How to open a Browser popUp window from Actionscript ( Flash )? ( Any Code sample would be wary appreciated )
You need to call a JavaScript function from Flash to do this.
The way to call Javascript from Flash is with the ExternalInterface class.
ExternalInterface