A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Loading swf with different frame rates

  1. #1
    Senior Member
    Join Date
    May 2005
    Location
    Wisconsin
    Posts
    181

    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

  2. #2
    Member
    Join Date
    Mar 2006
    Posts
    30
    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;

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center