Application frameRate???

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Application frameRate???

    Can anybody explain to me what for is frameRate property. It seems that nothing
    changes when I change framerate of my flex application to 120. Does it mean
    that if I change it to 100 the flex application will run smoother and quicker?

    Sergei_T Guest

  2. Similar Questions and Discussions

    1. chromelib framerate display dissapears when I switchcamera
      Does anyone know why it would do this? Cheers Michael UK
    2. Chrome Lib - framerate display help needed
      Please forgive my impatience, I have only been using the ChromeLib for 20 minutes. Just thought it quicker to ask the forum lol. I added the...
    3. checking actual framerate
      Hi, I made a site which uses horizontal scrolling navigation (check: http://www.esthervenrooy.com) Not surprisingly, the scrolling is far from...
    4. Use maximum framerate?
      Hello, I was wondering if there is any reason *not* to use the maximum framerate (120 fps) in game development. (bugs, unexpected errors etc.) ...
    5. Altering speed of playhead (framerate?)
      Hi guys, Could anyone please tell me how i alter the speed at which my projectors playback. Am i right in thinking that the default is 30? I...
  3. #2

    Default Re: Application frameRate???

    Flex runs in the Flash player which is based on a movie metaphor. The frame
    rate does indeed dictate how fast things run, but you should choose it
    carefully.

    A faster framerate eats up more CPU since the Flash Player tries to do more
    things per second. The Flex default framerate is 24 (Flash 8 I believe sets the
    framerate at 12 fps) frames-per-second. Which is what a film normally runs at.
    This is pretty optimal on today's computers. Plus, Flex doesn't have a lot of
    animations like you would see in a Flash movie from an advertising agency or
    graphic-intensive websites.

    Since Flex doesn't have a lot of animation elements, changing the framerate
    won't do you much good, except to change your CPU usage. If you use Effects,
    they won't move faster or slower either, because they are time-based, not
    frame-based.

    The framerate is really there for when you embed a Flash SWF. For instance,
    suppose your company had an animation in its banner. The designer of that
    animation created it for 15 fps. If you loaded it into Flex, the Flex framerate
    would supersede the loaded SWF (the first SWF to load into the Flash player
    dictates the framerate). The framerate option on the Application tag would
    allow you to set the rate to 15 to match the Flash movie.

    HTH


    peterent 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