You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This OEF method is called fine if the swf was exported at 3 FPS or higher. At a frame rate of 3 it is called three times per second as it should. But if I set the FPS to 2 or 1 in my FLA project the OEF method is called once and then never again.
The text was updated successfully, but these errors were encountered:
It doesn't work, I've tried calling lwf.SetFrameSkip(false); right after Load() and it still just stops animating. Right now LWF doesn't support 1 or 2 FPS flashes.
I add a callback to the root movie in my LWFObject like so:
This OEF method is called fine if the swf was exported at 3 FPS or higher. At a frame rate of 3 it is called three times per second as it should. But if I set the FPS to 2 or 1 in my FLA project the OEF method is called once and then never again.
The text was updated successfully, but these errors were encountered: