I’ve been working on an extensive flash piece for a couple weeks now. It’s about 1.6megs and runs just fine.
To make the site more secure, I decided (like everyone else and their brother) to have a blank .swf file pull that extensive flash piece inside of it.
the blank movie is 60fps to match the extensive flash piece (please no questioning why 60). And the movie contains one line of code:
loadMovie(“extensiveflashpiece.swf”, 1)
framerate TANKS.
Any idea why? Is there a better line of code to use that will not cause this?