Flash Problem
Flash Problem
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- unfittoprint0
u should try to trace() the problem...
one of the most usual problems with loading swfs is that one tends to forget the new parent child hierarchy. Using _root is one of them.... I prefer to use something like this._parent._parent [for example].
That way you can preserve your actions while allowing this modular interaction between external swfs....