Re: [flexcoders] how to use MovieClip / swc in flex???

2006-01-07 Thread JesterXL
To utilize MovieClips, embed in SWF's. Give it a linkage name and: Flex 1.5: [Embed(source="your.swf", symbol="LinkageName")] var yourSymbol:String; attachMovie(yourSymbol, "mc", 0); Flex 2: [Embed(source="your.swf#LinkageName")] var yourSymbol:Class; var a:Class = new yourSymbol(); addChild(a)

Re: [flexcoders] how to use MovieClip / swc in flex???

2006-01-08 Thread Jignesh Dodiya
thanx JesterXL,   but still I am confusing regarding SWC...where to place & how to link it in coding.   jignesh.  On 1/8/06, JesterXL <[EMAIL PROTECTED]> wrote: To utilize MovieClips, embed in SWF's.  Give it a linkage name and:Flex 1.5:[Embed(source=" your.swf", symbol="LinkageName")]va

Re: [flexcoders] how to use MovieClip / swc in flex???

2006-01-08 Thread JesterXL
January 08, 2006 5:15 AM Subject: Re: [flexcoders] how to use MovieClip / swc in flex??? thanx JesterXL,   but still I am confusing regarding SWC...where to place & how to link it in coding.   jignesh.  On 1/8/06, JesterXL <[EMAIL PROTECTED]> wrote: To utilize MovieClips, embe

Re: [flexcoders] how to use MovieClip / swc in flex???

2006-01-08 Thread Jignesh Dodiya
mx.controls.etc     - Original Message - From: Jignesh Dodiya To: flexcoders@yahoogroups.com Sent: Sunday, January 08, 2006 5:15 AM Subject: Re: [flexcoders] how to use MovieClip / swc in flex???   thanx JesterXL,   but still I am confusing regarding SWC...where to place & how