Input Text >>>
hi,i created a guestbook in flash and my problem is when i hit tab to go to the next input text field i get a halo green border and -- iam not using components just a regular input text box?and way to get rid of the green?aldothanks
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 07-10-2005, 01:21 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
INPUT TEXT - How To Restrict Number Of Lines Of Text A User Can Input Into Textbox
In a flash form I've created I have a input textbox. I don't want the user to be able to input more than 7 lines of text. Is this possible to do? I know that I can set a value for 'max char', but this is not useful for me -- it's essential that the user cannot input more than 7 lines of text.
How can I limit the number of lines a user can input into a textbox?
Thanks!
Glenn
Help With Email Form - Input Text Boxes Not Allowing Input
i placed an email form into a movie clip in this site...and the input text boxes are no longer allowing me to type into them.
the email form (which i got from flashkit), as it's own file, works fine, so i know it's possible...but for some reason when i take the movie clip from one file and drag it into the one i'm working on...it loses that input text funcionality. All the actionscript is the same...everything is identical...i don't get it.
i even tried to place it on top of a movie clip within the main content clip thinking maybe because it was an mc within an mc within an mc that had something to do with it...but not the case.
any help you can provide is appreciated.
(attached file was saved as MX..orig is in MX 2004 Pro)
thanks.
oh, also....how would i load movie clips to different layers?...if i understand some things i've read here, that will help me speed up the site overall...as it is VERY slow in browser. but...maybe i'm wrong.
Remove Input Text On Input Text Box Select?
Right now I've got an input text box with an instance name of EMail and Var of EMail. Then in my AS I've got:
code: var EMail:String = "Enter Your Email Address";
which puts "Enter Your Email Address" in the text box when it displays. What I'd like to do is when a user clicks inside the box to enter their email address is for that string to disappear.
Input Text To Show Up In Input Text Box In Later Frame
Hi, I am making a game where the player enters his or her name into and input text box at the beginning and then prints out a certificate at the end with his or her name on it. This is the actionscript I am using, however, this only allows me to have the box where the player enters his or her name to be on the same frame as where the text appears.
input_txt.onKillFocus = function () {
user_name = input_txt.text;
input_txt2.text = user_name;
}
_global.style.setStyle("fontSize",30);
I was wondering if there was anyway to modify this script to make it so that the name appears in the input_txt2 box in a later frame.
Thanks,
Lindsay
What Are The Best Ways To Capture Input From An Input Text Field?
Hi,
I don't know ASP, CGI, PHP etc. I do, however, have a flash form with two input text fields named “E-mail” and “Name”, and a submit button.
How can I set this up so a user can input the info in these two fields and click the submit button to some how send me the data - Via Email? txt on the server? Anything...
Also, if this is not possible, what is the simplest way to learn PHP or whatever is most appropriate to get these goals accomplished.
Thanks,
Stephen
Input Text Field Won't Allow Input
We are having a really strange and stupid sounding problem with a text input box. It appears but won't allow any input. Before you shout 'stupid newbie' yes the properties are correctly defined as input text etc.
The input field is in a movie clip i.e. _root.myClip but we have never had this problem before. It is probably something obvious to to prevent us pulling out all of our hair has anyone got any idea why this is happening. We have tried forcing the text box focus etc but to no avail.
Help us!!!!!!!
How To Input Text Without Input Textfield
hi,
does anyone know, how i can display user input text without a textinput field ?
what i'm trying to achive is a message that is displayed on screen like in multiplayer games:
you press "t" for talk, and you see what you write in a kind of console but without changing to a text field
thanks
Trasfering Text From One Dynamic Text Box To A Input Text Box On A Differnt Page?
Ok so I have a text box set up which receives the date on a callendar which you click on. On another page (a seperate html file) I have an input text box for receiveing this text.
I've been trying to do this using various methods using getURL, but, I can't get it to work. This is becoming tedious especially as I'm not able to test it without having to reupload the files.
If someone could please inform me on how I should do this I'd be vary greatful.
If you need any further information I'll reply as soon as possible.
Input Boxes - Then Printing A Frame With Dynamic Boxes With The Input Text In Them...
I have created a flash document with input text... I put the input text with a a variable for each.. I need to print the variables on a seperate page. I used a bounding box inside a movie clip and the printing is working correctly... However it is not reading my input boxes into the dynamic text boxes..
What I did is I have the input boxes on the root timeline........ You input it and go through a few frames and you get the option to print from a button (which is printing 2nd frame of a movie symbol) NOTE: the printing is working correctly using #b.... This is what I have on the 2nd frame of the movie clip for the dynamic text boxes to read the input boxes and place those variables inside of those dynamic text boxes so it will print them as they inputted them...
Here is what I have for my button:
on (press) {
print(_root.Printing, "bmovie")
}
Here is what my variables are on the input boxes which are sitting on the root timeline, each word is a variable:
curious
passionate
accountable
resourceful
commited
teamwork
open
engerizing
External_focus
Clear_thinker
Imagination_courage
Inclusive_leader
Expertise
INSIDE THE PRINTING MOVIE I HAVE A FRAME WITH THIS ACTION ON IT FOR THE DYNAMIC TEXT BOXES TO READ THE INPUT TEXT BOXES:
External_focus1 = _parent.External_focus;
Clear_thinker1 = _parent.Clear_thinker;
Imagination_courage1 = _parent.Imagination_courage;
Inclusive_leader1 = _parent.Inclusive_leader;
Expertise1 = _parent.Expertise;
curious1 = _parent.curious;
passionate1 = _parent.passionate;
accountable1 = _parent.accountable;
resourceful1 = _parent.resourceful;
commited1 = _parent.commited;
teamwork1 = _parent.teamwork;
open1 = _parent.open;
engerizing1 = _parent.engerizing;
FOR SOME REASON IT IS NOT PRINTING MY INPUT BOX INFORMATION IN THE DYNAMIC TEXT BOXES.... DOES ANYONE KNOW WHY?
Long Text Doesn't Fit Inside Single-line Input Text Field
Hi, I've been browsing these forums for a long time but this is my first post.
I'm creating an interface by which a user can design and order their own customized decal. Please see my example (I've added my script at the bottom of this post):
http://www3.sympatico.ca/sin.young/decaldesigner.html
My issues are:
1. I've set the character limit to 21, but if you were to type in 21 "W"s into the input field for whatever reason, or choose a wider font, the text shifts to the left and some of the characters become hidden as they don't all fit. I'd like to make the width of the text to always fit inside of the width of the white area. I can't figure out how to make this work.
Here's an example that does pretty much what I'm trying to describe: www.stickerjunkie.com.
2. I have the Standard Colors combo box working perfectly but can't seem to get the Fonts combo box working.
Any hints or links to actionscript tutorials/help that might be useful to my predicament is extremely appreciated.
// display colors and formatting
decalColor = new Color(decal);
color1 = new Color(decalColor);
//
function changeColor(comp) {
decalColor.setRGB(comp.getSelectedItem().data);
}
//Standard Colors array
standardcolors = [{label:'STANDARD COLORS'},
{label:'White', data:0xffffff},
{label:'Black', data:0x000000},
{label:'Silver', data:0x9c9c9c},
{label:'Gray', data:0x636b73}];
collistStandard.setDataProvider(standardcolors);
collistStandard.setSelectedIndex(0);
collistStandard.setChangeHandler('changeColor');
//
//Fonts array
myfonts = [{label:'FONTS'},
{label:'Arial', data:'Arial'},
{label:'Serpentine', data:'Serpentine'},
{label:'Enviro', data:'Enviro'},
{label:'Forte', data:'Forte'}];
fontlist.setDataProvider(myfonts);
fontlist.setSelectedIndex(0);
fontlist.setChangeHandler('');
Passing User Input Values(text Form) Into A Text File
Hey,
I've created a form-like input to receive user input in the form of text in a frame. Now, I would like to pass that input into an external text file. I hope to get help to implement this. Let's assume that this app will be only used locally and not over the web.
Thanks
Loading Text Files Into Multiline Input Text Boxes
Can someone tell me if it is possible to load text files (.asp, .txt, .css, .js) into a multiline input text box in FlashMX?
I have a text box called "textArea" that I want to use as the text editor for any text file on the server.
myTextStream = "somefile.xxx";
textArea.text = myTextStream;
Problems With Formating Text Cursor In Input Text Field II
You have a cursor which you move with your mouse, and when you type text in form field you have another cursor which is in this FlashKit form colored black.
I want it to be white.
There isn't a tut. to do that.
__________________
Buby
Input Text Fields Colours To Fade In And Out On Entering Text?
I am uploading a file with input text field that changes colour when you click in it - this is great, but what if i wanted the following:
in the initial state, the text box is grey as you can see, but when i click inside it, it fades to pink instead of suddenly just changing to pink. And likewise, when i click outside the box it fades back to grey.
You will see what i mean if you view the file.
it's mx not mx2004
Thanks.
Making A Input Text Field Remove Text When Clicked
Hi,
I would like to know how would you remove text within a Input textfield when clicked. For example Barney's New York website has this field with text displaying Enter Email to subscribe, so when u click on the field it will remove the text when clicked.
"Click on the fallowing below, so you would know what exactly what I'm talking about."
http://www.barneys.com
Thanks!
Abel Gudino(Creativemindz.biz)
[MX04] How Do I Make A Dynamic Text Always Have The Exact Same Text As An Input?
Well, I want the player of my game to be able to type in the name they want, but the script in the frame I have does not work.
I have two movie clips on the same frame. One is a character selection menu that allows you to put in your name using an input box called ", choose your face, etc., then you click the blue button to close that movie clip (Skips to empty frame 2 in the movie clip), showing the actual level, where your HUD that is supposed to show your name that you typed in the input text box is.
I put this non-working code in the frame:
_root.charactermenu.playername.text = _root.player_HUD.player_name.text;
Yes, I am aware that I put an underscore in one, and not in the other. It is to prevent confusion.
The first part is the input text and the second is the HUD part.
Can anyone help me get this working?
Actionscript: Email Text From An Input Text Field Problem.
I am having difficulty with my email example.
I am using Flash mx2004 pro 7.2
(This example needs to be viewed in a explorer browser)
My first problem is that when you type in the & Character into the input text field.
The text following the & Character cuts out when sending info to the outlook program..
The code on my send button looks like this:
on (release) {
getURL("mailto:Youraddress@domain.com?subject=Stan dard title"+"&body="+body);
}
I would also like to find out if it’s possible to retain text format from a copy/paste job into a input text field that translates all the way to outlook.
Thanks for any suggestions you may provide.
~Josh
Can't Access Dynamic Text>properties>var (text Input Field) In AS3
Hello,
I got VB to put text in a dynamic text field I created in actionscript 2 but can't get it to work with as3. The difference being that in as2 I can draw a dynamic text field on the stage name the instance 'testField' in properties and then there is a var: text box also in properties where I can add a variable name 'testVar.' As3 won't let me access that var:text box in properties. Why is this? For some reason VB needs both the instance name 'testField' and also the variable name 'testVar.' How do I set the variable name in as3 for a dynamic text field? Is the var:text box in properties to give the dynamic text field a variable name in as2?
Thank you if you can help me clear this up! If something in my questions does not make sense please ask me!
Button WITH Text & Input Text Field Color Difference
Hi all,
In Flash MX 2004 Pro, I am trying to create a rectangular button that has the word "Enter" on it. For some reason, the text is gone and I don't know what happened to it. Can someone take a look and tell me what I'm doing wrong, please?
Oh, also... There is an input text field I created, but it's white (and so is the rest of the movie). How can I change it so that the background of the entire scene is different from the input text field (so it is seen)?
Thanks!
Chris
PS. I'm a Flash NEWBIE so please use small words!
Text Input / Text Output...help With Actionscript Required..
hi
I have 2 text input boxes (input1 & input2) and 3 text output boxes ( output1 & output2& output3), also there are 2 buttons to add the text from the input boxes to the text output boxes.
What i need to do is this:
i input text into the 2 text input boxes and when i click the button for input 1 i want it to add the text from input1 to output1,i might then need to add input1 again and i want it to display in output2 as well as output1, then i might need to add input2 and i then want it to display in output3, then again i might want to add them in a totaly different order but always moving to a new output box if the above one is already full.
i hope you understand the gist of what im getting at and your help would be greatfully received.
thanx in advance
HELP -> How Can I Auto-Update Dynamic Text W/ Input Text?
Here is my scene:
ROOT:
I have 3 MCs -- (all are the same right now)
DesktopsMC.
LaptopsMC.
ServersMC.
Each MC is on it's own keyframe (5-10-15) with a stop action.
Then I have the total amount of $$ remaining:
Drag.TotalMC
------------------------------
Inside the MCs are as follows:
DesktopMC --
A series of Checkbox MCs that affect the Dynamic Text box in a MC on the root stage, called "Drag.Total".
the function for the CheckBoxes goes somethin' like this:
Code:
//--------------------------------------------------------------------------------
function myHandler(component) {
switch (component) {
case Box1 :
checkValue = (parseInt(price1)*qty1);
break;
case Box2 :
checkValue = (parseInt(price2)*qty2);
break;
case Box3 :
checkValue = (parseInt(price3)*qty3);
break;
case Box4 :
checkValue = (parseInt(price4)*qty4);
break;
}
if (component.getValue()) {
deskTot += checkValue;
_root.totRemaining -= checkValue;
// total -= checkValue;
} else {
deskTot -= checkValue;
_root.totRemaining += checkValue;
// total += checkValue;
}
_root.Drag.total.test = (_root.totRemaining);
}
//--------------------------------------------------------------------------------
the above code works on the checkboxes.
BUT
I would like to make the Price1 dynamic text auto-update when you type in the QTY1 box.
This would continue for Price2 & QTY2, Price3&QTY3,.......
up to 50.
How Can I Auto-Update My DYNAMIC Text with INPUT Text?
Problem With Dynamic Text And Input Text Field
hi,
in flash movie how to Preserve the font.in my system swf shows the specified font in the dynamic and input field.but in other systems it does not shows the specified font what is the problem help me.
thanx
shan
Unicode Text In Input Text Field Flash MX
Hi
Do you know how to type in the input text field (Flash MX) in Unicode as we're Vietnamese but Flash MX input text field cannot afford this typing. But when I copy text (Unicode Vietnamese language) from Word then paste into that field, it appears correctly. I don't know why. Pls help me
Highlighting Text In Input Text Fields Automatically...
hi
i've searched the forums on this topic and attempted the solutions that i found but i can't get them to work the way i need to.. so here's what i need help with..
i have created a study planner that allows students to input the amount of hours they spend on particular activities during a day.. the total hours of the day remaining updates dynamically as does the amount of time remaining in a week.. to keep it all working nicely (and avoid a 'NaN' error) i force the value of the input box to always be 0..
what i would like to have happen is when the students click in the input box the 0 is automatically highlighted so they can just type over the top of it.. at the moment i just have an instruction telling them they need to highlight the 0 before they type but this just seems clumsy..
i got automatic highlighting working with textfield.onChanged but that only highlighted the text that the user has put in, ie after the textbox changed!.. i would like to avoid having to use a button as well.. any ideas would be greatly appreciated!.. i'm going round in circles.. i have attached the .fla
i'm using flash MX2004 professional...
thanks in advance,
sars
Input Text And Dynamic Text (simple) Problem?
Need some help on this:
2 input text boxes, for entering numbers, var a & b.
1 dynamic tex box that shoud display the value of var c=a+b.
Somehow I can't figure it out.
For instance var a = 52 and var b = 12.
The outcome displayed in the dynamic text box is 5212, while it should be 64.
Any suggestions?
Captain Edit.
Input Text To Scrolling Dynamic Text Field - Help
Greetings all:
I am attempting (with little success) to come up with a way to do the following:
1. Have user type input into an input field and have it display in another dynamic text field - Got that done.
2. I would like the display text field to scroll automatically across the screen (to the left). I can get it to scroll once user hits enter key, but no luck with the continuous scroll and still have the ability to add words to the field.
My code is below which works in so far as it goes, it scrolls up one word at a time. I am using Flash Mx and any help would be greatly appreciated.
Thanks in advance...
button_two.onPress = function() {
word();
rootup();
}
//show.text=_root.input.text
function word() {
show.text=_root.input.text
input.text=""
thing.gotoandstop(2);
example2.push(show.text);
preview2 = example2.join("<br>");
}
function rootup() {
_root.up = true;
scroll_words();
}
function scroll_words() {
if (_root.up) {
_root.preview2.scroll += 1;
}
else if (_root.down) {
_root.preview2.scroll -= 1;
}
}
[F8] Send Text From Input Field To Text File?
Hi!
How can i send text in an input field to a text file in the same folder by clicking a button?
Just as pure text?
I thought maybe sendandsave or something..
I have no idea..
Please help?
Thanks.
[F8] Input Text/dynamic Text General Question
I have both input and dynamic text fields. They have both an instance name box and var box. I never used to use the instance name box but have found recently that i have trouble if i don't. Usually i name it the same as the var. So my question with this is, has something changed? What is the instance name used for?
Second question is this...For the first time I've found that when i have an instance name, when the movie loads, that instance name is dispalyed in the text box. I know that i can just set the var = "", but that seems silly that i would have to do that. Why is it dispalying it's own name?
Thanks
IS There A Way To Save Text A User Enters In A Input Text Box?
I'd like to create a movie that allows for cumulative input from a user.
That is, perhaps there are instances of input text boxes stacked in a corner of the page.
Then the user comes along, grabs one and pulls it p and writes in it.
Then that text is saved so the next user sees it AND can respond to it.
Maybe this can't be done or can't be done by a beginner?
Thanks in advance.
[MX04] Dynamic Text Input -> Animated Text
Hi
Does anyone have any help regarding converting dynamically input text into animated text. Probably a bit like flashtyper but the site is down and I can't see it in action. I want to be able to change the font, colour and size of the input text and then allow simple animations to be performed on it as part of the movie ....
Any help gratefullt recieved ..
[F8] Summation Of Numbers From Input Text & Dynamic Text
i have 2 input texts and 1 dynamic
i want to sum all the three numbers
PHP Code:
on (release)
{ var write:Number = write_grade.text; //input text
var record:Number = record_grade.text; //input text
var Total:Number = write + record + wors_grade; //wors_grade is dynamic text
total_txt.text = Total;
}
this is the result for the input 4 & 5 in input texts & 2 in dynamic
45_level0.wors_grade
Text Input Fields, Under Masking, Text Not Visible
I'm not sure if this is true..
but that's what I've come to the conclusion.?
when I use a text input field, for an email submit form..
if I put a masking layer on top of the text input layer..
the input field is visible, but when you type in it, the text is not..
Is there any way to prevent this from happening?
Comparing Dynamic Text And Input Text Fields
I am hoping this is simple but I need some help on checking to see if a users input text in to a Input Text matches the text in a Dynamic Text that has be input from a text file.
I have the attached the fla and a single .txt file for evaluation.
I believe it is on the submitt button code where the if statement occurs I am stuck in seeing the actual problem.
Any help is appreciated.
Thanks
Making Dynamic Text Stay Beyond Input Text
Ok im workin on a project where i have an input text box and a dynamic text box. Whatever you type in the input box is mirrored in the dynamic text box. I got that part working.
here is the code:
---------------------------------------
_root.onEnterFrame=function()
{
dynText.text=inoutText.text
if(Key.isDown(Key.ENTER)){
ch=dynText.text
dynText.text=""
chArray = ch.split(" ");
chArray.splice(chArray.length, 0,"|");
for (i = 0 ; i < chArray.length ; i++){
dynText.text += chArray[i];}
dynText.text+= chArray.splice(chArray.length,"|");
}
--------------------------------------
Ok now the goal of this is what ever you type in the input box will STAY in the dynamic text box and the input box will dissapear. I've tried masking away the input box, alpha tweening it, and simply moving it off the screen.
But whenever it hits the new key frame the dynamic text resets, and with the mask it all shows or none of it works.
So is their a code that will save what ever i put in input text and have it stay in the dynamix text field even when the input box isn't present?
Input Text Comments To Update Dynamic Text
Hi,
I am trying to create a wall of comments where users can type into my input text box and on submit, it will appear, along with all other previous comments in the dynamic text box. (Like a facebook wall/thread like this).
I am able to make this work as a one off using the code:
ok.onRelease = function () {
output = input;
}
where 'ok' is my submit button- but cant get the dynamic text box to retain information.
Please help!
Resizing Text Input Field Stretches Text?
I made a Text Input field, made it multiline and resized it by dragging it to make it square for a comments field.
When I tested it, the font was HUGE inside the text area. It seems to have stretched with the resizing of the field.
Is there a way to fix this so you font size stays the same and is not effected by resizing?
Show A Name From A Input Text In A Dynamic Text Field
Hi,
I'm creating a interactive cd in flash for a college project.
I want to have a input text field at the begining of the cd, for the user to insert its name, so that it can be showen in some sections of the cd.
Can anyone help me?
Changing Text Spacing On Input Text Fields
It appears to me that the text spacing tool ( AV ) in the properties inspector does not work on input text fields. All other tools do seem to work though.
I'm creating a form to be used by a classroom instructor to show students how each of the 200+ input text fields should be filled in. The months, days and years are individual cells. Currently, for the date cells, you must click on each cell, type in the number, click on the next cell, type in the number, etc. It would be nice to avoud the mouse click between theses inputs.
What I would like to do is spread out an input text field that will accept 4 characters (for the year). The character spacing is needed to align the characters up with the graphical input blocks.
Any ideas?
Thanks for helping.
Disabling A Text Input Created Through The TEXT TOOL?
Hi There,
I have created a text input area. I havent used the flash text components. I used the TEXT TOOL. In the properties I set it to "input" type so that i could input data. All the features works fine except one. I have to disable the text area when user clicks a button. I dint get any help from the flash help.
The main objective is that the text input area shouldnt take input from the user when the button is ON, once the button is off, the cursor should be at the point where the user left and he can type thru.
Is this possible? I have achieved this functionality using the textarea component of Flash, but not using the input text area created using the TEXT TOOL.
Can anyone help me.
Text Area Movie Clip W/ Input Text
I am using actionscript to edit text areas using the variable text and then typing out what you want it to say, along with the variable title. This changes depending on how the navigation is set up because the buttons guide everything by telling the text area what frame number to go to, hence leading to what text is displayed.
My question is, lets say you want one of the areas to be input text instead of displayed text, basically to have a contact area to be set up for the user to enter in email, comments etc. Or maybe a guestbook of some sort, integrated into the site with PHP. I understand how PHP works with Flash and how to set it up with input text, but what I don't understand is how to set up the text area, based on how I have it now, to have input text in the text area movie clip?
Do I need to create another text area MC for input text? Do I add a frame at the end and tell it to go there when the button is pressed? I tried both those ways, and when I tried the latter...The movie would reload itself instead of just go to another frame when you leave the area I delegated for the "input" area.
So, if someone could help me out with that I would be grateful and your time and effort would be much appreciated. I have attached a small example of what I am talking about via .fla file so you can dissect it.
Any help/suggestions are greatly appreciated. Thank you
Dynamic Text Input From Generated Text File
Hello all,
I’m currently doing work for a local cinema that wants session times to be displayed as .swf's on a few monitors in the foyer, but I’m having difficulties writing the script for it, here's the situation:
The session times are generated daily as a text file by the ticketing software, it looks like this:
12 1 0950 101 0 330 0 M MADE OF HONOUR
1 1 1000 95 0 400 0 M WHAT HAPPENS IN
6 1 1000 95 0 154 0 M SMART PEOPLE
9 1 1010 92 0 300 0 PG MISS PETTIGREW
5 1 1015 126 0 408 0 M IRON MAN
3 1 1020 92 0 347 0 M SMOTHER
14 1 1030 101 0 38 0 M MADE OF HONOUR
11 1 1035 111 0 186 0 MA15+ FORGETTING SARAH
8 1 1050 108 0 276 0 MA15+ STREET KINGS
10 1 1055 123 0 160 0 M PAINTED VEIL
4 1 1100 95 0 833 0 M WHAT HAPPENS IN
15 1 1100 126 0 42 0 M IRON MAN
7 1 1115 108 0 209 0 MA15+ DECEPTION
2 1 1145 126 0 441 0 M IRON MAN
12 2 1200 101 0 330 0 M MADE OF HONOUR
13 1 1200 95 0 56 0 M WHAT HAPPENS IN
6 2 1205 100 0 154 0 MA15+ UNTRACEABLE
1 2 1210 95 0 400 0 M WHAT HAPPENS IN
etc...
What I’m trying to generate in the .swf is something that looks like this
Made of Honour (M) 9:50 10:30 12:00
What Happens in (M) 10:00 11:00 12:00 12:10
etc...
Additional requirements are the times disappearing after the session has started as well as session times 13-16 being displayed as a separate .swf (first class seating)
So i guess my main question is "can i dynamically load text from a multi-line txt file without editing the txt file to include variable assignment? ('content=' etc)"
* the txt file generated is intended for an led display and is apparently a Texas Instruments standard
|