HTML Flash Player Tutorial
Flash videos are videos that are created using Adobe Flash software. One of the advantages to embedding a Flash video into your Web page's HTML is that Flash is a more universally accepted video file format than WMV. This means that those viewing the Flash video are less likely to have problems with the video crashing their browser. Embedding a Flash video into HTML is fairly simple and requires only a basic level of HTML expertise.
Instructions
-
-
1
Log in to your Web server or blog server and navigate to the HTML document for the Web page into which you want to embed the Flash player.
-
2
Click on the HTML document anywhere after the <body> tag.
-
-
3
Paste the following HTML code into the page:
<object width="550" height="400">
<param name="movie" value="http://website.com/flashvideo.swf">
<embed src="http://website.com/flashvideo.swf" width="550" height="400">
</embed>
</object> -
4
Replace both instances of "http://website.com/flashvideo.swf" with the actual file path of the Flash video you want to play on the website.
-
5
Click "Publish" in your Web server to publish the HTML Flash player.
-
1
Tips & Warnings
Change the numbers in the "height" and "width" fields to suit your preferences.
References
- Photo Credit Ciaran Griffin/Lifesize/Getty Images