Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-05 Thread JesterXL
Modien To: flexcoders@yahoogroups.com Sent: Monday, July 04, 2005 7:12 PM Subject: Re: [flexcoders] Loader + swf doesn't scaleContent like you mean put it in a doLater ?   *sorry i don't know much about flash* On 7/4/05, JesterXL <[EMAIL PROTECTED] > wrote: Hrm... they must of

Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread Clint Modien
turned into one via mx.core.ExternalContent, convertToUIObject, line 155.   Perhaps you should wait a frame after the complete event fires?   - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Monday, July 04, 2005 6:14 PM Subject: Re: [flexcoders] Loader + swf doesn't sca

Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread JesterXL
al Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Monday, July 04, 2005 6:14 PM Subject: Re: [flexcoders] Loader + swf doesn't scaleContent Found the answer...  just like the docs say... Loader.content property when you load a SWF is a MovieClip not a UIComponen

Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread Clint Modien
e   Philippe Maegerman   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish JethaniSent: lundi 4 juillet 2005 13:05To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Loader + swf doesn't scaleContent On 7/4/05, Clint Modien <[EMAIL PROTECTED]&g

RE: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread Philippe Maegerman
or yourLoader.setSize() maybe   Philippe Maegerman   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: lundi 4 juillet 2005 13:05To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Loader + swf doesn't scaleContent On 7/4/05, Clint M

Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread Manish Jethani
On 7/4/05, Clint Modien <[EMAIL PROTECTED]> wrote: > I'm creating a Loader like so: > > var initObj = {x:0, height:22, scaleContent:true} > createClassObject(Loader, "iconLoader", 301, initObj); > > then i set the source of iconLoader like so: > > iconLoader.source = "http://the source

[flexcoders] Loader + swf doesn't scaleContent

2005-07-03 Thread Clint Modien
I'm creating a Loader like so: var initObj = {x:0, height:22, scaleContent:true} createClassObject(Loader, "iconLoader", 301, initObj); then i set the source of iconLoader like so: iconLoader.source = "http://the source of the attached swf" i need the height to be 22 px when it loads... it'