|
Hey all,
I'm making a menu in flash and I want the links to open in a certain iFrame. I'm using the following actionscript:
on (release) {
getURL("home.htm", "content");
}
It works perfectly in IE but not in Firefox (it opens in a new window.)
Is there anyway of making it compatible with both?
Cheers in advance
|