No sure if I understood your question properly. I think you are loading a series of swf files in your Flex app while displaying the swf as a tree. If that is the case, you should probably using a shared SWFLoader control instead of a new instance for every swf file. Using the shared instance might solve your problem #2. Regarding #1, there is no direct way of stop/pause/replay using the SWFLoader control but you can probably achieve the result by have buttons in your child swf which performs this actions.
Hope this is helpful. -Anish http://www.macoscoders.com/ -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

