|
-
Loading swf with different frame rates
Im loading in a swf that has a faster frame rate then the swf im using as the base.
When i load in that new swf it takes on the frame rate of its base swf. Is there a way to keep that swf running at 24 frames per second rather then take on the properties of the base swf at 12 frames per second.
Its messing with the timing of the loaded swf.
Thanks
-
Loaded swf will always take on the frame rate of the parent.
However, I think you can change the frame rate in Actionscipt 3.0 using:
// change frame rate to 12 fps:
stage.frameRate = 12;
-
Yes, if you use Actionscript 3 you can, not with Actionscript 2.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|