Home / Tutorials / ActionScript / Full Browser Flash Video Background in ActionScript 3.0 /

Flash Tutorials

Full Browser Flash Video Background in ActionScript 3.0 - Step 3: Resizing

Posted by : FireCode on Sep 06, 2010

 

5.0/5

Next we are going to create our resizing function for the video.

function ResizeAndPosition($e:Event):void
{
 _video.width = stage.stageWidth;
 _video.height = stage.stageHeight;
}

Now that we've created all our functions.

1 comment

Add comment

  • Hi, is it possible to add content over the video? because I´ve tried with the z-index property but it´s not working..



    #  /  PM  /  posted on Nov 17, 2011
Please login to post comments.