Thread: flash design
View Single Post
Old 08-07-2005, 08:54 AM   PM User | #2
iota
Registered User

 
Join Date: Oct 2004
Posts: 592
Thanks: 0
Thanked 1 Time in 1 Post
iota is an unknown quantity at this point
On the first keyFrame, type :

Code:
myData = new LoadVars();
myData.onLoad = function(){
   myText_txt.text = this.content;
};
myData.load("example1.txt");

stop();
Where MyText_txt property is set to Dynamic Text.


See : http://icebergz.flashband.net/

For the sake of your clear understanding, refer to the attached file.
Hope you OK

__________________________

Submit your vote for us here :
http://www.codingforums.com/showthre...ewpost&t=65351
Attached Files
File Type: zip fmx_text_example1.zip (3.4 KB, 150 views)

Last edited by iota; 08-07-2005 at 08:57 AM..
iota is offline   Reply With Quote