Skip navigation
shmoper
Currently Being Moderated

new window

Nov 6, 2010 6:29 AM

hi there,

 

i am trying to load a .swf ("number 2.swf") up in a new window, from a buton in my first .swf/.fla ("number 1.swf")? (EG: in a new window as if you would open a .swf file in flash player).

 

could any one help me with the code for that action?

 

if not, how would you open a new .html page in a new browser window. From a button in ur .swf?

 

thank you

 
Replies
  • kglad
    62,001 posts
    Jul 21, 2002
    Currently Being Moderated
    Nov 6, 2010 7:11 AM   in reply to shmoper

    in as2:

     

    getURL("number2.swf","_blank");

     

     

    in as3:

     

    navigateToURL(new URLRequest("number2.swf"),"_blank");

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points