Re: [flexcoders] SWF in a Panel

2009-02-27 Thread Ashish Verma
And also if you want to access properties of Panel from the SWF use parentApplication. from SWF file On Fri, Feb 27, 2009 at 3:38 PM, christophe_jacquelin < christophe_jacque...@yahoo.fr> wrote: > Hello, > > How to draw an existing SWF file into a Panel ? > > Thank you, > Christophe, > > >

Re: [flexcoders] SWF in a Panel

2009-02-27 Thread Adrian Williams
Hi Christophe, var swf:swfLoader = new swfLoader(); swf.source = //location of your swf file panel.addChild(swf); HTH, Adrain christophe_jacquelin wrote: Hello, How to draw an existing SWF file into a Panel ? Thank you, Christophe,

[flexcoders] SWF in a Panel

2009-02-27 Thread christophe_jacquelin
Hello, How to draw an existing SWF file into a Panel ? Thank you, Christophe,