PDA

View Full Version : What frame rate should I be using?


Jim Curtis
01-18-2007, 08:03 AM
I'm currently working on a website where when viewed on line is sluggish, as a matter of interest what frame rate should the flash file scene be in?

Cota
01-18-2007, 08:19 AM
I personally use, 35..knowing that it will drop below that.

CyanBlue
01-18-2007, 01:22 PM
I use 24... :)

acolyte
01-18-2007, 01:43 PM
Hello Jim Curtis ,

there is an option to use setInterval instead of onClipEvent(Enterframe) what is also a hughe improvement in performance.
And an interval is relative to the fps

so far as i know there is a good tutorial @ senocular about this

greets m@

BluegillMedia
01-18-2007, 06:47 PM
I usually use 29 or 30. But i would be interested in knowing if using 35 makes a difference vs 30.

Cota
01-18-2007, 09:15 PM
If you set your FPS to 30, it will drop to 25. I've found, that 35, only drops to about 32..and I can live with that.