Also, when you load a clip using loadMovieNum, you're loading the SWF
directly into the timeline. When you use loadMovie, you're loading the SWF
into a target clip.

When you load a SWF into a target clip that utilizes components, you'll need
to set _lockroot = true; on the target clip.

var link:MovieClip = this.myClip;
loadMovie("combo.swf", link);
link._lockroot = true;

Hope that helps,
Andrew

-----Original Message-----
From: Hans Wichman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 17, 2007 5:17 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] >> combobox

try this on frame 1 of your main movie:
Object.registerClass("ComboDownArrowDisabled", MovieClip);
greetz
JC



On 1/17/07, Laurent CUCHET <[EMAIL PROTECTED]> wrote:
>
> No the bar can not be open , very strange
>
>
> Le 17/01/07 10:06, «Hans Wichman» <[EMAIL PROTECTED]> a
> écrit:
>
> > Hi,
> > what do you mean with blocked?
> > Strange layout, small weird icon etc?
> >
> > greetz
> > JC
> >
> >
> > On 1/17/07, Laurent CUCHET <[EMAIL PROTECTED]> wrote:
> >>
> >> I use an mc with a combobox loaded at level 40 for ex. it works ok :
> >> loadMovieNum(³combo.swf²,40);
> >> I load this movie in a link : loadmovie(³combo.swf², link); and the
> >> combobox
> >> is blocked. Impossible to open i.
> >> Have you got an idea ?
> >>
> >> Thank you
>
>
>
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to