Tagged Questions
0
votes
1answer
245 views
Flex: DisplayObject Singleton
I want to display an Flex component in several different places through out the application. And it should be the same instance of the component, but not the copies.
So I think of making the Component ...