suspendBackgroundProcessing shouldn't affect workers. IIRC, it affects some callback processing in the main thread. If the main thread has too much work to do, it will drop frames. The performance profilers can give you more information about what work is being done.
-Alex On 8/27/16, 1:01 PM, "chris_d_k" <[email protected]> wrote: >Thank you clint and kamcknig, > >Workers seem to be supported for mobile devices >(http://help.adobe.com/de_DE/FlashPlatform/reference/actionscript/3/flash/ >system/Worker.html)... > >But suspendBackgroundProcessing should be there to avoid dropping frame >rates - or am I wrong with this? > >Kind regards > >Christian > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Hot-to-get-smooth-transitio >ns-in-a-flex-mobile-app-tp13426p13441.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
