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.
{ 6 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
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.
{ 6 comments }
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 }