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

Flash Tutorials

Full Browser Flash Video Background in ActionScript 3.0 - Step 4: Running the code

Posted by : FireCode on Sep 06, 2010

 

5.0/5

Now let's call our SetupNetConnection function to run the video streaming.

SetupNetConnection();

And finnaly, we are going to resize the video.

stage.addEventListener(Event.RESIZE, ResizeAndPosition, false, 0, true);
ResizeAndPosition(null);

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.