Re: [flexcoders] sailorsea21 - is there an "include" command in Flex that acts likes PHP include?

2008-11-30 Thread - -
y, November 30, 2008 8:29:23 AM Subject: Re: [flexcoders] sailorsea21 - is there an "include" command in Flex that acts likes PHP include? Hi, I think that you do not understand exactly how to use mxml and custom components.. . You do not "include" mxml (as you would do

Re: [flexcoders] sailorsea21 - is there an "include" command in Flex that acts likes PHP include?

2008-11-30 Thread Fotis Chatzinikos
e to include some MXML ? Is it possible? > Thank > > -David > > -- > *From:* ben gomez farrell <[EMAIL PROTECTED]> > *To:* flexcoders@yahoogroups.com > *Sent:* Friday, November 28, 2008 4:09:14 PM > *Subject:* Re: [flexcoders] sailorsea21 - is there an "include" comman

Re: [flexcoders] sailorsea21 - is there an "include" command in Flex that acts likes PHP include?

2008-11-30 Thread - -
an "include" command in Flex that acts likes PHP include? yah its real easy just do a script block, but point to a source instead of enclosing it in a cdata block. So something like The included code wouldn't be a class or anything, just a series of methods and variables (like

Re: [flexcoders] sailorsea21 - is there an "include" command in Flex that acts likes PHP include?

2008-11-28 Thread ben gomez farrell
yah its real easy just do a script block, but point to a source instead of enclosing it in a cdata block. So something like The included code wouldn't be a class or anything, just a series of methods and variables (like you'd want from an include) ben sailorsea21 wrote: > > Hi everyone, I woul

[flexcoders] sailorsea21 - is there an "include" command in Flex that acts likes PHP include?

2008-11-28 Thread sailorsea21
Hi everyone, I would like to clean up my main mxml file since it's getting farely big. Is there an "include" command that will allow me to split up my MXML code in several MXML files. Something like the PHP INCLUDE command? Thanks.