Does anyone know how to call upon Javascript functions from Flash using FS comand, here’s an example of it in action though I’m not looking to do anything quite as elaborate, I simply want to instruct the browser window that’s holding the flash file to close at a predetermined point on the timeline.
using getURL is easier and doesnt require the javascript code base to function
on(release){
getURL(“java**script:self.close();”)
}
or any other javascript command.
Worked a treat, I can’t believe I was attempting it the hard way without even trying the simply!
Thanks