I have a swf file with a hyperlinked button. The link works in FF and Safari, but does not work in any version of IE. I'm using Flash CS3 and AS2. I haven't found much documentation about this problem. Any ideas?
Major_Payne
1:08 am on Oct 13, 2010 (gmt 0)
No ideas about what is happening and why in IE, but IE gets particular sometimes in the way the link path and/or the folder/files names are done. Have you tried AS3? Anyway we can get a look at either the code or the site's mouseover links?
charger9
4:07 pm on Nov 3, 2010 (gmt 0)
Here's the code I have on my button: on (release) { //Goto Webpage Behavior getURL("http://www.google.com/","_self"); getURL("javascript:pageTracker._trackPageview('index.php/google');"); //End Behavior
}
When I rollover the button in IE, it recognizes that it is a link, but does nothing when I click on it. It works fine in other Safari & FF.
If I remove the javascript tracking getURL, the link works in IE6, but not IE7 or IE8.