Flash: Loadmovie() in a specific width and height ?
Posted
by Axel
on Stack Overflow
See other posts from Stack Overflow
or by Axel
Published on 2010-04-12T21:18:24Z
Indexed on
2010/04/12
21:23 UTC
Read the original article
Hit count: 239
flash
|actionscript
Hi, i'm using loadmovie() to load a youtube video player inside my flash website but i want to specify the width and height so it can fit my box.
This is my code:
vloader.loadMovie("http://www.youtube.com/v/Alw5hs0chj0&hl=fr&fs=1hJ-mPcGtC");
I have an empty CLIP called "vloader" where i load the video player.
Note: it is recommended that i get a code in Action script 1.0
Thanks
© Stack Overflow or respective owner