You can determine the frame rate of the swf as a whole but individual
display objects do not have their own frame rate. One slow display object
slows the whole movie down.

So in the case you described below both would produce the same frame rate.

If you want to find out which display objects are taking the most time to
render you can use a profiler.

On Thu, Aug 4, 2011 at 10:37 PM, dorkie dork from dorktown <
dorkiedorkfromdorkt...@gmail.com> wrote:

> **
>
>
> Is there way to determine the frame rate of a specific Flex component or
> display object?
>
> For example, if I have a display object that is using a heavy amount of
> graphics drawing commands and another visual element next to it that is not
> would adding listeners on each for the render event produce different
> results or results that would reflect the fps per second?
>  
>

Reply via email to