tags:

views:

14

answers:

1

Hi am making a game involving a number of balls that move across the screen. Everything works fine and dandy when I play the SWF on its own, but when I load it into another SWF, animation become increasingly choppy with time.

What is the problem?

A: 

Can you check the memory and cpu performace when you play the swf in standalone mode and loaded by another swf. Have you performed any profiling or memory leaking testes ?

Adrian Pirvulescu
Sorry for incorrect given information, actually I do not care about performance, i just wanna know why loaded swf into another get slower, it seems like fps decreased, animation gets slower twice...
Almas Adilbek
If your standalone swf runs at 50fps for example and you load it inside another swf that runs at 24fps then both swf's will run at 24fps. Make sure your both swf's run the same framerate :)
Adrian Pirvulescu