I have an _Xslide gallery that I need to make each photo link to an absolute URL. Works fine on IE but FireFox dosnt function at all. I can get it to work if I “_blank” but then it is applied to both browsers. The requirement is that the gallery function in the same window for all browsers.
This swf is hosted in an “included” html file…where the swf does not live in the same directory…although I have tried that also but to no avail.
Ive also tried “_top”, “_parent”, “_self”
heres the AS…
one_mc.onRelease=function(){
getURL(“http://www.somesite.com”);
}