How to Make an Embed Tag for a Flash Video Player
- 1). Log in to your Web server.
- 2). Open the HTML page in which you want to embed the Flash video.
- 3). Click on the section of the page where you want to embed the code. This can be anywhere in between the <body> and </body> tags.
- 4). Insert the following code:
<object>
<param name="movie" value="yourmovie.swf">
<embed src="http://www.yoursite.com/yourmovie.swf">
</embed>
</object> - 5). Replace "yourmovie.swf" with the file name of the movie or video you want to embed.
- 6). Replace "http://www.yoursite.com/yourmovie.swf" with the URL or full file path of the actual uploaded .swf file.
- 7). Change the height and width settings if desired.
- 8). Click "Publish."