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.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
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.
{ 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.
{ 10 comments }