Thanks - worked perfectly

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Wohl
Sent: Friday, February 29, 2008 10:21 AM
To: Flash Coders List
Subject: Re: [Flashcoders] loadmovie

Use loadClip and wait for the onLoadInit to fire, then resize.


<
http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/ht
ml/wwhelp.htm?context=Flash_MX_2004&file=00001580.html
>


hth.

B

On Fri, Feb 29, 2008 at 7:45 AM, Lehr, Theodore M (N-SGIS) <
[EMAIL PROTECTED]> wrote:

> I am loading a movie via:
>
> holder_lesson.loadMovie("lessons/"+_root.wlesson+".swf");
>
> the problem is the movie is maxing to the size of the swf and not the
> size of the clip it is being loaded into... it takes up the whole
swf...
> I am even trying to resize it:
>
> holder_lesson._width = 967;
> holder_lesson._height = 572;
> holder_lesson._x = 3;
> holder_lesson._y = 23;
>
> what's up?
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to