Im havinga hard time finding the right approach to call some Javascript functions inside actionscript…I hope to explain this correctly.
I have a index.html that starts the flash pages. I have some basic java functions that turn off print screen and printer functions (to protect my artwork online)
at one point I open a new browser to play a .swf file, which I call directly via getURL (“flash.swf”,"_blank"). When the new browser is opened, it looses all the prior java functions from the earlier index.html (Im sure its because its a new window).
What I want to do is re-reference those function from the original index.html…and I dont want to create a new index.html for this one .swf in the new browser window.
Can anyone help me with the proper way to reference those functions? or a better strategy?
TIA
celticvfx