Posts tagged as:

navigateToURL

The following example shows how you can open a new browser window/tab by double clicking a Flex Image control by setting the doubleClickEnabled property to true and calling the navigateToURL() method

Full code after the jump.

[click to continue…]

{ 6 comments }

Launching new browser windows from Flex

by Peter deHaan on August 29, 2007

in ActionScript,URLRequest

The following example shows how you can use the navigateToURL() method in the flash.utils package to open new browser windows, or replace the content in the current window.

Full code after the jump.

[click to continue…]

{ 35 comments }