I don't do web development for a living so please excuse my ingorance. While I believe my question may be a javascript issue I saw some posts on this topic in this forum so that is why I'm posting here
The following code doesn't work when using IE6 and a url redirect service but does with IE5.
Flash lets you call javascript for buttons. The on release is after the user clicks on a button.
My goal is to have a favorite added upon clicking the add favorite button I've created in flash. The SWF is the file flash creates which you can view directly through IE or call it from within an html document.
on (release) { getURL ("javascript:window.external.AddFavorite('URL OF PAGE','NAME OF SITE');"); }
It works when going through IE5 but not IE6 -- any guesses? I know that there are some work arounds in javascript for redirect services but unfortunately, I don't program in javascript at all.
I saw some posts on correcting javascript issues with redirect service but don't know enought to implement a solution