isabelayalabina
Technical User
Hi,
Using Flash MX 2004
I have embedded my main swf into an html doc in DreamWeaver instead of using the html file that gets export from Flash after publishing the file.Now I am having problems loading multiple swfs into a main swf.
Never had this problem when using the exported html file, but my site is not fully done in Flash and so I want to embed the main swf and have it load other swfs when clicking a button.
All swfs are in the same folder in my site directory.
What is the simplest way to go about this? I am new at this.
I have always used
on (release){
loadMovie("name.swf", 0);
}
but it is not working this time.
I really need a simple solution, hope someone can help.
Thanks
Using Flash MX 2004
I have embedded my main swf into an html doc in DreamWeaver instead of using the html file that gets export from Flash after publishing the file.Now I am having problems loading multiple swfs into a main swf.
Never had this problem when using the exported html file, but my site is not fully done in Flash and so I want to embed the main swf and have it load other swfs when clicking a button.
All swfs are in the same folder in my site directory.
What is the simplest way to go about this? I am new at this.
I have always used
on (release){
loadMovie("name.swf", 0);
}
but it is not working this time.
I really need a simple solution, hope someone can help.
Thanks