Howdy gang,
I have what I believe is a simple problem, although it seems to be baffling me.
Using Flash MX (2002 V) I have a second .swf that loads within the first one. It works peffectly fine in “test movie” mode and also when I preview it on it’s page within Dreamweaver. But when I test the page in IE via DW, everything works fine in the rest of the movie EXCEPT it will not load the second .swf.
I am using this code on my text button:
on(release){
loadMovieNum(“team.swf”,38);
}
Any assistance would truly be appreciated.
Thank you,
Rockinwebguy