|
I'm not sure what you are asking, but if
you write an MXML component -- call it AddressForm.mxml -- like this <mx:Form> <mx:TextInput> <mx:TextInput> <mx:Button> </mx:Form> then this gets transformed into public class AddressForm extends Form { ... } The file name becomes the class name. The
top tag name becomes the base class name. - Gordon From: I mean the derived type –
not the class with the same name as the project.
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- Re: [flexcoders] Parent Application Space? Samuel D. Colak
- RE: [flexcoders] Parent Application Space? Gordon Smith

