error on closing pop up swf image
on closing a pop up swf image video file (as described here) on some systems I get a flash error #1006 which has something to do with mixing up as2 (Tourweaver) and as3 (my popup swf file). If a insert listener and add a function I get flash "error #1009" using this code: root.loaderInfo.addEventListener("unload", function() { ns.close(); stage.invalidate(); } )This only happens on some systems, on others this error doesnt show up, you can try it on your machine with this example: http://go.yuri.at/tw3/
A possible solution for me would be to make my own close button but I dont know how Tourweaver calls the popup window (probably using Loader) and what's the name of this object. Adobe says that error #1006 occurs when you attempt to call a function that does not exist.