Can a Movie's FPS be retrieved and used with AS?

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Can a Movie's FPS be retrieved and used with AS?

    I've tried to make a timer in AS and to extent it's functionallity I need to
    use my movie's FPS in a variable.
    Like:
    var thisFrame=this._currentFrame
    Could be:
    var FPS=_root.framePerSecond

    or similar?!?

    Thanks

    Gerrard Guest

  2. Similar Questions and Discussions

    1. How to the get to number of retrieved columns?
      Hello everyone, i just implement an own search site in MS CRM 1.2, which searches in a MS-SQL database. My question is, how to get the number...
    2. Sometime only one data can retrieved
      Hi, I developed web application with ASP, it was running well before we changed to use new server. After we started using new server since last...
    3. home/end don't work inside imported flash movie's text fields
      hello dicovered an interesting problem. 1) i make a flash movie and import it into director 2) i try typing in flash text fields as my...
    4. Can I reliably get a Flash movie's image off-screen?
      Subject says it all - embedded fonts are unreliable, but why can't I use Flash to render stuff (with font outlines embedded in the Flash movie)...
    5. Director 8 movie's sound problem in NT4 platform
      Dear All, I encountered a problem that when playing the movie by Director 8.5 at NT4 Platform, there will be some noise and the sound is not...
  3. #2

    Default Re: Can a Movie's FPS be retrieved and used with

    Not built-in functionalities of this kind. There is workaround,

    http://www.moock.org/webdesign/flash/actionscript/fps-speedometer/
    http://www.moock.org/webdesign/lectures/randomation/slide05.html

    thanks to Moock

    HTH,

    -c.

    CesareRocchi Guest

  4. #3

    Default Re: Can a Movie's FPS be retrieved and used with

    Will look into it...

    Thanks Mr Rocchi
    Gerrard Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139