A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [MX04] & [CS3] Block browser popup from CD

  1. #1
    Sonic the FlashHog geoffp08's Avatar
    Join Date
    May 2002
    Location
    Orlando
    Posts
    237

    Unhappy [MX04] & [CS3] Block browser popup from CD

    Hey FK,
    I need a command that will keep a browser window from popping up in front of the flash player. Ive scoured the forums and tried everything Ive found to no avail. The swf is currently running on my desktop (but will be delivered via CD, and thus not online).
    Im currently running a training CD and it calls for an external swf. I have the external swf in my library. The external swf is a quiz. I call it with:
    Code:
    loader.loadMovie('name');
    and unload it with:
    Code:
    loader.unloadMovie('name');
    which works great, but immediately after unloading and returning to the original (parent) swf, it automatically pops up a blank browser window.
    How can I block this from happening?
    Thanks much!
    Geoff
    Moving at the speed of Flash

  2. #2
    Sonic the FlashHog geoffp08's Avatar
    Join Date
    May 2002
    Location
    Orlando
    Posts
    237
    Figured it out last night. Was actually part of a larger Captivate/Flash project and the issue was coming from Captivate.
    Moving at the speed of Flash

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