A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: frame rate adjustment (fps)

  1. #1
    Member
    Join Date
    Dec 2000
    Posts
    48
    Hi u all
    Does someone know if it is possible to modify the frame rate of a movie while its playing ?

    some kind of "_frameRate" property

    THANKS

  2. #2
    Junior Member
    Join Date
    Aug 2000
    Location
    Denver, CO
    Posts
    25

    sorry no can do - but u can fake it...kinda

    there is no dynamic way to change the actual fram rate of a movie, but u can use the go to frame property in conjunction with the currentFrame property to simulate it in some instances. Such as using the currentFrame property +2 to make it play twice as fast, etc.

  3. #3
    Member
    Join Date
    Dec 2000
    Posts
    48
    good idea davidland!

    I was working on derivate of time based motion from http://www.moock.org

    on an enterframe event I use a timer to condition the clip to go to the next frame...

    but your solution is... well much simple

    thanks

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