Jump to content

Como hago una ventana secundaria pero en flash


Recommended Posts

  • 1 month later...

segun entiendo quieres hacer un boton popup en flash, para poder realizarlo necesitas este codigo

 

on (press) {
getURL("java script:void(window.open('popup.html','popup', 'toolbar=no,location=no,status=no,menubar=no, scrollbars=no,resizable=no,width=400,height=200,top=50,left=50'))");
}   

 

y listo

 

espero que te funcione

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...