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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...