Im trying to troubleshoot some actionscript thats been giving me a headache for the past few.
Does anyone know if the global function (im using it on an imported swf) can mess with the addressing (relative and absolute).
The problem is i have some swf’s been imported dynamically into dynamically created movieclips. Each one has a button in it that supposed to go to a next frame in the parent movie with some AS
on (release) {_parent.nextframe ();}
to unload that particular moviel.
They all work fine except for one. The only difference i could find with this one and the others is that the AS in its source .fla makes alot of use of the global function.
any hints or suggestions would be helpful.