What version of flash are you using? Does this mean I have to upgrade to get my script to work?
Thanks!!
Printable View
What version of flash are you using? Does this mean I have to upgrade to get my script to work?
Thanks!!
Do you have a popup blocker installed? google toolbar, ect?Quote:
Originally Posted by heidivandy
I'd check the Pop up blocker thing, because there's no reason why it shouldnt work.
I am using the Flash 9 preview. Since everybody here is talking about the Flash player 9 I have shown that getURL still works even the settings are 9 and AS1 or AS2 of course.Quote:
Originally Posted by heidivandy
You can set it to 7 or 8 and have player 9 installed and it would not make a difference.
I am going crazy. I closed all security programs and google toolbar. Still nothing. I tried it and it works in Netscape though. Could it be an IE 7 beta issue? that is the browser I am running.
Thanks
Have you done this?
http://board.flashkit.com/board/show...hlight=activeX
Thanks- I tried to install the patch and I got an error message telling me that it was not compatible with the version of IE I am running(7 beta 3)
After much frustration, I decided to use
on (release) {
getURL ("javascript:NewWindow=window.open()
and it works!
Thanks for all of your help!
I attempted many stabs in the dark trying to get a very old pre flash 8 version of a swf working (w IE7) and believe I have found something that will cover the "_self" case. After setting window.location.href with IE7 and escaping the double quotes as shown below I was only then able to successfully get this to work:
args = "?parm1=value";
baseURL ="http://mydomain.com";
getURL("javascript:window.location.href=\"" + baseURL + "MyServletName" + args + "\";");