[flexcoders] Actionscript Project > Flex Project How does the display list change?

2010-04-17 Thread Clark Stevenson
Hey guys. Say your familiar with Flash document Class. Flash Develop or Flex actionscript projects in that your not so familiar with MXML. You take this class package { public class MyGraphic extends Sprite { private var customSprite:Sprite; public function My

Re: [flexcoders] Actionscript Project > Flex Project How does the display list change?

2010-04-17 Thread Alex Harui
You can use MXML w/o the Flex Framework. You may need to create classes that implement IMXMLObject to do so, but it is possible. But if you want to use the Flex Framework, then all things you add must follow the framework rules so it must implement IUIComponent. On 4/17/10 7:55 AM, "Clark St