Click to See Complete Forum and Search --> : getURL doesn't work in IE


novemberGrey
04-06-2007, 05:51 PM
In Internet Explorer, if you go here (http://www.ccgulfbreeze.com/Preview.html) and click on the "live broadcast" slide in the flash movie, you'll notice that it doesn't work. Can someone tell me why it's doing this and what Im doing wrong? I attached the fla below.

_Aerospace_Eng_
04-06-2007, 06:09 PM
It doesn't work in Firefox either. You need to use _root. in front of your getURL call.
link.onRelease = function() {
_root.getURL("http://www.ccgulfbreeze.com/media/live", "_self");
}

novemberGrey
04-06-2007, 09:11 PM
thanks! What's the reason for that?

novemberGrey
04-07-2007, 05:55 PM
I tried it in Safari, and it still didn't work...it works when you diectly access the .swf here (http://www.ccgulfbreeze.com/flash/one.swf). But when you try to click the link in the .swf once it's been loaded into the main movie it still doesn't work, look here (http://www.ccgulfbreeze.com/Preview.html).

novemberGrey
04-07-2007, 10:45 PM
Weird...I checked it on another computer in Safari and it works...what do you think is going on?