8/30/2010 11:58:08 PM
Title:
PopUp
I am writing an AIR application using dreamweaver extension.
I want to create a popup like a Title Window in AIR (desktop) inside html when I click a button.
Is It possible?
Please Help me.
8/31/2010 3:21:17 AM
No, John, A flash application running inside browser cannot launch a flash popup outside the flash file area. AIR application is desktop based so it can create any number of windows.
8/31/2010 12:21:53 PM
only JavaScript can launch a separate window of browser. You can also use flash to call a JavaScript function to open JavaScript popup window. but flash popUp window will only appear inside flash. AIR can access and use the OS classes to create the windows but flash player cannot.
9/1/2010 10:02:00 PM
it's my suggestion like open window from javascript and add flash object in to that window.
Regards,
Virat Patel