Adobe Flex Actionscript Question:

How do I pass parameters to a pop-up window in actionscript?

Answer:

Three different ways to pass data into a title window.

It uses the initobj to pass in several built-in properties plus two user defined properties.

One is a simple string, the other is a reference to the main application that can be used for binding. Note the variable that holds the application reference is typed to the name of the application. this is critical for binding to work correctly.

Download Adobe Flex Actionscript PDF Read All 84 Adobe Flex Actionscript Questions
Previous QuestionNext Question
myTree appears just fine but why ca not I access the node attributes?How do I run Flex as a service?