Answers

Question and Answer:

  Home  Adobe Flex Actionscript

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

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.

 325 views

More Questions for you: