vote up 0 vote down star

How can I load a swf in ActionScript 3 with a higher fps than the instance doing the loading with Loader?

Thanks!

flag

36% accept rate

1 Answer

vote up 1 vote down

I see this question quite a bit,

Unfortunately I have to tell you there is no way to play an externally loaded SWF at a different frame rate than the one doing the loading. There is only ever one stage instance (the one in the parent SWF). When you load another external SWF it is treated like any other MovieClip in the display list.

Tyler.

link|flag
1  
Exactly... you could however change the main movie's framerate in runtime with Stage.frameRate livedocs.adobe.com/flash/9.0/… – Cay Aug 4 at 21:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.