Bluehost Web Hosting Help

How To Embed Flash Files In A Web Page - Embed Code

How to embed a flash file in a webpage

            <embed src="somefilename.swf" width="550" height="400"> </embed>
            

The code above is the absolute minimum code to embed Flash movies in HTML pages. It is not recommended to use the minimum code. There should be a few more attributes added:

  • classid is an attribute to the <object> tag. It tells Internet Explorer to load the ActiveX plug-in if it is not installed
  • pluginspage is an attribute to the <embed> tag. It displays a link to the Shockwave download page if Netscape does not have it

The Flash program can add these attributes for you:

Step 1
Choose File > Publish. Flash will now create the <object>, <param>, and <embed> tags for you. It will also create the classid and pluginspage attributes.

Step 2
Open the HTML document that Flash created, view the HTML source and copy the code into your HTML page where you want your Flash movie.

Step 3
Be sure that you have the "somefilename.swf" in your Web folder.

Step 4
Type in the address of the HTML file in your browser and look at your first Flash movie.


Manually Creating the page.

After creating a Flash movie you choose File > Save As from the top menu to save your movie. Save the file as "somefilename.fla". To embed the Flash movie you just made into an HTML page, you should go back to your Flash program and do the following steps:

Step 1
Choose File > Open. Open a Flash movie you have created.

Step 2
Choose File > Publish Movie.

Step 3
Name the file "somefilename.swf". Choose the location where the file is to be stored (in your Web folder). Click OK.

Step 4
Open the HTML page where you want to insert your Flash movie. Insert this code:

            <XMP>
            <table width="100%" class="ex" cellspacing="0" border="1"> 
               <tr> 
                  <td>
                    <object width="550" height="400">
                       <param name="movie" value="somefilename.swf">
                       <embed src="somefilename.swf" width="550" height="400">
                       </embed>
                    </object>
                  </td> 
               </tr>
            </table> 
            </XMP>

Note: This is the minimum code you need to embed a Flash movie in a browser. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed.

Note: In the code above there is both an <embed> tag and an <object> tag. This is because the <object> tag is recognized by Internet Explorer, and Netscape recognizes the <embed> tag and ignores the <object> tag.

Step 5
Type in the address of the HTML file in your browser and look at your first Flash movie.

Knowledgebase Article 304,262 views bookmark tags: audio embed flash swf video


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

How To Edit Website Files With The File Manager - File Manager Guide

I am trying to edit my web page and I have no idea how to? I need to know how to go into the site and fix it. My webpage has a error in the first paragraph. I don't know how to fix it? Can you help?

Intro to FTP

There are many ways that you can transfer files and folder to and from your hosting account. We highly recommend using an FTP (File Transfer Protocol) program to quickly upload and download files. We

WordPress: How to Embed Video

Embed Video in WordPress

Related Help Content

File Manager - How to Upload Files

This article will walk you through uploading files using the File Manager

File Manager - How to Compress Files into an Archive GZip

This article will explain how to utilize GZip through the file manager.

EPP Auth Code

I need an EPP authorization code to transfer my domain to another registrar.

How to Change your Hosts File

The hosts file is a plain text file that allows you to set IP Addresses for a domain on your computer. This may override authoritative DNS.

How to obtain a Transfer Authorization ( EPP ) Code

Getting Started Wizard How to obtain a Transfer Authorization ( EPP ) Code If you want to transfer your .com, .net, .biz, .us, .org or .info domain, you will need to contact your current registrar an

File Manager - How to Create, Remove, and Edit Files

This article will walk you through creating, removing, and editing files with the file manager.

Password Protect a File

How do I Password Protect a single file on my website?

Setting file and user permissions

Short tutorial on how to set file and user Permissions in cPanel.