How to Make an Embed Tag for a Flash Video Player

104 15
    • 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."

Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.