A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: [F8] Opening new window dynamically

  1. #1
    Arabic Flash Guru sand_monkey's Avatar
    Join Date
    Sep 2006
    Location
    Earth
    Posts
    169

    [F8] Opening new window dynamically

    Is it possible to open a new flash player (not internet explorer) using actionscript

    you know, something like getURL("2.swf", "_blank");

  2. #2
    Senior Member
    Join Date
    Apr 2006
    Posts
    1,059
    nope...at least not on line...maybe if run locally

  3. #3
    Arabic Flash Guru sand_monkey's Avatar
    Join Date
    Sep 2006
    Location
    Earth
    Posts
    169
    i am running it locally

  4. #4
    Arabic Flash Guru sand_monkey's Avatar
    Join Date
    Sep 2006
    Location
    Earth
    Posts
    169
    does anyone know if you can do it?

  5. #5
    Senior Member
    Join Date
    Apr 2006
    Posts
    1,059
    what happens if you do getURL("myMovie.swf")? (myMovie.swf has to be local too. Im not sure if it will work but it might)

  6. #6
    Arabic Flash Guru sand_monkey's Avatar
    Join Date
    Sep 2006
    Location
    Earth
    Posts
    169
    almost what i want, except it opens the swf in Internet Explorer not a flash player

  7. #7
    Senior Member
    Join Date
    Apr 2006
    Posts
    1,059
    does it open in ie if you double click it?
    look into commandline arguments for the flashplayer and youll have to do
    getURL("flashplayer.exe -o <mySWF.swf>") or something like that may ...or maynot work

    why exactly dont you want to open it in a new flashplayer rather than ie? im confused.
    if you want to load a swf into a currently open flash player you can.

  8. #8
    Arabic Flash Guru sand_monkey's Avatar
    Join Date
    Sep 2006
    Location
    Earth
    Posts
    169
    it opens in flash player if i double click it

    it's just that i have a slideshow in one flash file and i have set up a local connection to another flash file so that the slideshow can be navigated by buttons on the second file, and i want to when i open the naviagtor it automatically opens the slideshow.

    I'll try
    getURL("flashplayer.exe -o <mySWF.swf>")

  9. #9
    Arabic Flash Guru sand_monkey's Avatar
    Join Date
    Sep 2006
    Location
    Earth
    Posts
    169
    nah, it doesn't work

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