is there a definitive javascript pop-up?...
...that works in all browsers?
I've been struggling (i.e. unable) to get a pop-up, triggered by a button in my flash movie, to launch across multiple browser platforms. No matter which variation I use, I've been unable to get one to launch in Safari (my pop-up blocker is turned off).
IE is always OK though.
I'm using getURL("javascript: etc").
I've tried entering the entire command this way.
and I've tried passing variables to a function in the HTML.
Both of these ways are mentioned repeatedly within the FlashKit forums, but none I've located work in Safari for me.
For testing purposes I've tried to merely trigger a function which sets off an alert window... again this hasn't worked in Safari.
I'm using OS X, and the flash is exported as version 6
Perhaps it's syntax I'm using? Or maybe I'm just missing something which is necessary for Safari.
I'd be very grateful if someone could enlighten me to the definitive process / code that launches a pop-up in IE, firefox, safari.
Thank you.
Jon