Posts Tagged ‘addEventListener()’

Developing Flash Components for Flex – addEventListener MouseEvent URLRequest

No Comments »

Adobe is about to release a development kit for Flex to create components by using Flash IDE. This kit may help developers add more interaction and animation effects into their flex components. Now, I will develop a small sample by using this tool.

Read More »


Integration of Flex and JavaScript with ExternalInterface.addCallback()

No Comments »

Call ActionScript from JavaScript/Browser
Calling ActionScript from JavaScript again requires use of the ExternalInterface class. First we must use the addCallback() function to expose the ActionScript function we want to call to the container.

Read More »


Creating custom dialog boxes using the PopUpManager and TitleWindow classes

No Comments »

Here are a couple examples of using the TitleWindow container with the PopUpManager class to create custom pop-up windows and dialog boxes.

Read More »