views:

35

answers:

2

How to open a Browser popUp window from Actionscript ( Flash )? ( Any Code sample would be wary appreciated )

+1  A: 

You need to call a JavaScript function from Flash to do this.

Diodeus
Pop-ups are evil. Use modal dialogs instead.
Diodeus
+1  A: 

The way to call Javascript from Flash is with the ExternalInterface class.

Robusto
you meant `ExternalInterface` :P
jonathanasdf
@jonathanasdf: Duh. My brain hurts. Thanks, and edited to reflect the brain cramp.
Robusto