JS Pop-Up Window

Hi,

I’m attempting to use the following in an external xml file to pop-up a window for flash:


<a href="JavaScript: raw_popup('http://bushidodeep.com'); void(0)">Link Style For FLash Only</a>

This is causing an error to be returned from Safari:
Safari can’t use JavaScript for this action.

Safari can’t run the script “ raw_popup(‘http://bushidodeep.com’); void(0)” because Safari doesn’t allow JavaScript to be used in this way.

Without using the invisible button method:

http://www.spoono.com/flash/tutorials/tutorial.php?id=20

and

getURL()

What syntax is necessary?

Chris