Flash: Loadmovie() in a specific width and height ?
- by Axel
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