[flexcoders] Determine the framerate of a display object, Alex

2011-08-04 Thread dorkie dork from dorktown
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

Re: [flexcoders] Determine the framerate of a display object, Alex

2011-08-04 Thread Robert VanCuren Jr
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