View Single Post
  #2 (permalink)  
Old 02-24-2009, 12:04 PM
Flash44 Flash44 is offline
Junior Member
 
Join Date: Nov 2008
Posts: 7
Default Problem solved

"Please modify your code from:
FlashPlayer.loadMovie(1, "clockdemo.swf") to:
FlashPlayer.movie = getAdditionalFile("clockdemo.swf");

We've no idea why the loadMovie method slows the movie down yet. It's a flash player method provided by adobe."

Problem solved.
SWFkit, thanks a lot!
Reply With Quote