[flexcoders] HELP!!! Custom events in Flex bug?

2007-03-30 Thread parker77rocks
Ok this is weird. I create a custom flex component that has custom events. I initialize the component in actionscript (and throw it to good ol PopUp Manager for popup effect) and then try to use addEventListener to register the custom event as i would with any other flash/flex object created w

[flexcoders] Flash Library Assets Loading into Flex at Runtime?

2007-04-30 Thread parker77rocks
What is the best way to accomplish the following: - User makes selection in simple form - Based on selection, the Flex app would THEN load the proper swf (library assets that are movieclips) - Library movieclips (class instances) to be used in Flex containers as needed I understand and have trie