Adobe Flex Actionscript Question:
Download Job Interview Questions and Answers PDF
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.
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
myTree appears just fine but why ca not I access the node attributes? | How do I run Flex as a service? |