PDA

View Full Version : pop up window



qpixo
March 28th, 2007, 04:17 PM
does anyone know how to make a pop-up window within Flash? with a close button
Most of the examples that I found are using a getURL(javascript) but i don't want that

many thanks

duncanhall
March 28th, 2007, 04:21 PM
Are you wanting an actual browser pop-up window that shows an image or web page; or are you talking about making a custom pop up box in Flash that shows something else?

BradLee
March 28th, 2007, 07:10 PM
If you are trying to create pop-up windows within Flash, you should check out the PopUpManager class that comes with Flash.

qpixo
March 28th, 2007, 08:05 PM
I'm talking about a custom pop up box that you can create directly in flash

joran420
March 28th, 2007, 08:06 PM
look into flashes built in window component

Window>Components>windowComponent

the close button wont work unless you attach code to make it work.