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

<
http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/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

Reply via email to