A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Launching a PNG in a new window not working in IE7

  1. #1
    Member
    Join Date
    Mar 2004
    Posts
    89

    Launching a PNG in a new window not working in IE7

    This may not be a question about Flash, but then, maybe it is.

    I'm using getURL() to launch a new window to display a PNG. Specifically:

    Code:
    getURL(popFile,"_blank");
    where popFile is some file, in this case a .png. In Firefox, it works just fine. If it is another file type, it works just fine. If it is a .png in IE7, I get a blank page.

    Here's the kicker, if I select the URL and then hit enter (as if I had just typed it in myself), it works just fine.

    Is there something about the way that getURL() works that might be interfering with the process?

  2. #2
    Member
    Join Date
    Nov 2007
    Location
    Tampere, Finland
    Posts
    36
    This is a popup-blocker case - try googling for "flash getting around popup-blocker" - should get you somewhere
    Why do it the Hard way, when you could do it the Impossible way

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