I have a flash cs3 fla file that needs to call an swf file. It needs to be called just onto a picture its a simple slide show I made but don't have the FLA. Should be really easy if you are good with flash. Serious like 10-15 min so its an easy way to make $5 via PayPal!! Thanks!
If you want to play external movie on level 3 LoadMovieNum("external1.swf",3); or use loadMovie on the path to your clip _level3.clip1.loadMovie("external.swf",1); and then play() it.