Playing swf with duplicate action inside another swf

I am trying to load an swf such as the ‘snow’ samples on kirupa into another swf.

When I do so, the duplicate action slows down to one at a time. The ‘snow’ swf works fine on its own, but not when loaded into another movie.

I know there is a simple solution. Does anyone have it??

Thanks

i don think there is a solution. When you import a swf, actionscript doesn’t work. You simply import the main timeline only (movieclips don’t play either)

maybe there is another way, but this is what i know so far :slight_smile:

Does the actionscript stop working even when the parent swf is just scripting a loadmovie of the - in this case - snow swf into a target?

oh sorry i read your question wrongly

still not too sure if i understand your question correctly, you said it works fine on it’s own, does that mean that it stops working completely when loaded?

if so…

no it shouldn’t stop working. check your script - sometimes if you call an object with _root (in snow swf) you may end up trying to call one in parent swf. try changing _root to _parent :slight_smile: