PDA

View Full Version : How can swf file read text from text file?


ahmdsaad
04-21-2002, 08:24 AM
Hello every Body,
i need to use text in a text file to be read in a swf file?
How can I do that?

( what I want is that, when i change the text in the text file, the swf file will be changed automatically )

JHallam
04-21-2002, 12:02 PM
What are you using the text for? Scrolling text box? loading varibles? what?


If your just loading text you will have to make a Dynamic Text Box and then make it a varible of textbox

then create a new button, which will have these actions on;
[as]
on (release) {
_root.textbox.loadVariables("text1.txt");
}


also a tute in here, also search if you don't know the correct answer or solution yourself!