Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-08-04 Thread Matt Muller
t;, but graphical elements, you can do the same by > using png's or symbols as container "backgrounds". > > // CSS > .bgCanvas { > backgroundImage: Embed(source="/assets/Graphical.swf", > symbol="CanvasBackground"); > } > > // MXML > >

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-29 Thread Muzak
uot;, symbol="CanvasBackground"); } // MXML //other stuff here regards, Muzak - Original Message - From: "Matt Muller" To: "Flash Coders List" Sent: Wednesday, July 29, 2009 11:30 AM Subject: Re: [Flashcoders] Extending Flex UIComponent in flash

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-29 Thread Matt Muller
>>> What does the class look like (the one attached to the MovieClip symbol)? >>> >>> regards, >>> Muzak >>> >>> - Original Message - From: "Matt Muller" < >>> matthewmul...@gmail.com> >>> To: "Fl

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-29 Thread Matt Muller
gt;> What does the class look like (the one attached to the MovieClip symbol)? >> >> regards, >> Muzak >> >> - Original Message - From: "Matt Muller" > > >> To: "Flash Coders List" >> Sent: Wednesday, July 29, 2009 12:0

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-29 Thread Matt Muller
the MovieClip symbol)? > > regards, > Muzak > > - Original Message - From: "Matt Muller" > To: "Flash Coders List" > Sent: Wednesday, July 29, 2009 12:09 AM > Subject: Re: [Flashcoders] Extending Flex UIComponent in flash SWC > > > yep. a

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Muzak
the class look like (the one attached to the MovieClip symbol)? regards, Muzak - Original Message - From: "Matt Muller" To: "Flash Coders List" Sent: Wednesday, July 29, 2009 12:09 AM Subject: Re: [Flashcoders] Extending Flex UIComponent in flash SWC yep. are you usin

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Matt Muller
ist" > Sent: Tuesday, July 28, 2009 8:43 PM > Subject: Re: [Flashcoders] Extending Flex UIComponent in flash SWC > > > thanks. I only have cs4 and it wont publish to flash 9. only fp 10 :/ >> >> On Tue, Jul 28, 2009 at 6:18 PM, Muzak wrote: &

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Muzak
y 28, 2009 8:43 PM Subject: Re: [Flashcoders] Extending Flex UIComponent in flash SWC thanks. I only have cs4 and it wont publish to flash 9. only fp 10 :/ On Tue, Jul 28, 2009 at 6:18 PM, Muzak wrote: Get the "Flex Component Kit for Flash CS3". http://labs.adobe.com/wiki/index.php/F

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Matt Muller
omponent kit installed. > > regards, > Muzak > > - Original Message - From: "Matt Muller" > To: "Flash Coders List" > Sent: Tuesday, July 28, 2009 6:39 PM > Subject: [Flashcoders] Extending Flex UIComponent in flash SWC > > > > Hi

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Muzak
Sent: Tuesday, July 28, 2009 6:39 PM Subject: [Flashcoders] Extending Flex UIComponent in flash SWC Hi, Im creating a SWC with some UI movieclips exported in the lib to use with FLEX. Right now they extend MovieClip and when I create a new instance in FLEX and add to mx:Box I need to add to r

[Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Matt Muller
Hi, Im creating a SWC with some UI movieclips exported in the lib to use with FLEX. Right now they extend MovieClip and when I create a new instance in FLEX and add to mx:Box I need to add to rawChildren. This means I cant use the alignment properties of mx:Box to align the graphics. apart from