I am able to load my XML file into flash and trace results. Want to populate listbox with information from xml file.
Is there a way where I can save and debug a file in flash cs3 with combo keystrokes?? I\'m runn开发者_如何学Cing cs3 on a windows computer and I usually do ctrl+s to save and then do ctrl+shift+enter
//I can get the right margins by defining a rectangle and giving it the following dimensions: var rect1:Rectangle = new Rectangle(0, 0, 792,612);
Tearing my hair out. I created an as3 class - blah.Foo, which extends MovieClip. it is not in a package, cos Flash CS3 complained about nested packages, so it\'s a \'bare\' class.