A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 28 of 28

Thread: [RESOLVED] [FP9] getURL gone in Flash Player 9!!!

  1. #21
    Member
    Join Date
    May 2004
    Posts
    41
    What version of flash are you using? Does this mean I have to upgrade to get my script to work?
    Thanks!!
    heidivandy

  2. #22
    Quote Originally Posted by heidivandy
    If I specify "_blank" I just get the "no"symbol when I click the link. The window remains the same. The only way I have been able to get the link to open at all, is without the window parameter, so I just deleted it from the code.I checked a site I had used getURL() on last year and the links no longer work in Flash Player 9. They also used the "_blank" window parameter. It just seems like I am missing something simple.
    Thanks a bunch for your help!!
    Thanks a bunch.
    Do you have a popup blocker installed? google toolbar, ect?

  3. #23
    junior master chef j_hunter182's Avatar
    Join Date
    Jun 2003
    Location
    Hull, East Yorkshire, UK
    Posts
    556
    I'd check the Pop up blocker thing, because there's no reason why it shouldnt work.

  4. #24
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    Quote Originally Posted by heidivandy
    What version of flash are you using? Does this mean I have to upgrade to get my script to work?
    Thanks!!
    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.

    You can set it to 7 or 8 and have player 9 installed and it would not make a difference.
    - The right of the People to create Flash movies shall not be infringed. -

  5. #25
    Member
    Join Date
    May 2004
    Posts
    41
    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
    heidivandy

  6. #26
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    - The right of the People to create Flash movies shall not be infringed. -

  7. #27
    Member
    Join Date
    May 2004
    Posts
    41
    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!
    heidivandy

  8. #28
    Junior Member
    Join Date
    Nov 2008
    Posts
    1

    IE7 getURL directing to same/_self page

    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 + "\";");

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center