From the category archives:

URLRequest

The following example shows how you can add a custom link to a context menu in Flex Gumbo and Flash Player 10 by setting the link and contextMenu properties.

Full code after the jump.

[click to continue…]

{ 0 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 }

Not sure if this is helpful to anybody, but thought I’d throw it out there. The following basic example loads some random variables from an external text file and displays the events which were dispatched in a DataGrid control, as well as the loaded name/value pairs.

Full code after the jump.

[click to continue…]

{ 10 comments }