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

Flash Tutorials

Full Browser Flash Video Background in ActionScript 3.0 - Step 5: The Final Touch

Posted by : FireCode on Sep 06, 2010

 

5.0/5

To see the results of our work create a text file with the .html extension and add this code:

<html>
<style type="text/css">
*{
margin:0;
padding:0;
}
</style>

<body>
<object width="100%" height="100%">
<param name="movie" value="source.swf">
<embed src="source.swf" width="100%" height="100%">
</embed>
</object>
</body>
</html>

Note: Make sure the swf, index.html, and the flv file are in the same direcotry. Now test it.


FireCode is a promising project created by a couple of passionate Flash developers. Our purpose is to help you understand how Flash works and show you how to develop or customize your components.

We hope you enjoyed this tutorial. Don't forget to visit our portfolio to see our awesome Flash components.

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.