Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
minu webforumsuser@macromedia.com #1
load a .swf file within current .swf as per value of external text file
Hi !
I am confused at a point and need help.
I just want to load a .swf file within my current .swf file as per the value the external text file.
I have done few experiments too.
1) I have writter below code on the first frame of my movie. here "myMC" is my target movie clip inside which i want to load another swf file.
loadVariables("myData.txt", "_root.myMC");
2) the code of my external text file is as below
sm=one.swf;
Now my doubt is where and how i should write the loadmovie command to load my swf file.
can anyone please give me the logic or can send me sample files.
my email id is : [email]sanjay2211@rediffmail.com[/email]
minu webforumsuser@macromedia.com Guest
-
how to load external html file into mxml file
hi all plz tell me how i can load external html file in mcml file just like say when we receive mail in inbox and see our mail data .. i have... -
Load and Search External XML File on CD
Hi, I need to create a demo of a CD based flash app that loads an external XML file containing a part no. and description. The user would enter a... -
Masked layer does not load external text file
I used a ScrollPane Component loading an external SWF file which contain html generated textfields frloading from an external text file. I tried to... -
Getting NSDocument to load a file into current window
Hi!, I am new to Cocoa, and was hopeing someone could help me with a little problem I was having. I am writing a simple hex editor, and would like... -
alert when I Load in 3D an External W3D file with out URL
I have ever an authorization alert when I try to load an external W3D (with URL) in shockwave. I use the loadFile() How I can to suppress it ... -
CesareRocchi webforumsuser@macromedia.com #2
Re: load a .swf file within current .swf as per value of external text file
loadMovie("your-file-name.swf", "_root.myMc");
HTH,
-c.
CesareRocchi webforumsuser@macromedia.com Guest



Reply With Quote

