PDA

View Full Version : opening new window within flash


djbera
04-26-2008, 11:20 PM
Hello,

I wondering if anyone can direct me to some useful tutorials on opening new windows within flash. I know how to create the button in which a specific url is the destination, but does anyone know how to create a window within flash which i can use to display info? I want it to be within flash itself and not a link to another website. The sort of thing in which I can click on it, a small window pops up, displays said info and then i can close it by clicking on the x in the corner. Any help would be greatly appreciated, thanks a bunch.

bowljoman
05-03-2008, 07:06 PM
navigateToURL ()

bowljoman
05-03-2008, 08:26 PM
Im sorry, I didnt read carfully.

Yes, you can load urls and then display the HTML in the text field. htmlText=RequestData;

I use this for my clients. They control player content with simple LAMP interface (php mysql linux apache), and the swf loads the normal html into the text field.