Tutorial

Great tutorial for PHP beginner, MySQL, Apache and lots more to come!

Freebies

Great freebies gathered while stumbled on exploring the web

General

Everyday matter that may be overlook somewhere, somehow.

Services

List of available services provided by us.

Support

Got issue? Well, we can support you, or we can discuss it here.

Home » Tutorial

How to make a Flash movie with a transparent background

Submitted by apad on Wednesday, 15 October 2008No Comment
How to make a Flash movie with a transparent background

The background of a Flash movie can be set to transparent. This allows the background color or image of the HTML page that contains the Flash movie to show through and allows the layering of Flash content with DHTML content.

Three methods of creating an HTML page with the correct code are outlined below.

Publishing from Flash

The HTML for a Flash movie can be created using the Publish Settings feature in Flash. The Publish Settings dialog box provides an option to affect the WMODE setting. The options selected in the Publish Settings will be added to the HTML source code automatically:

  1. Choose File > Publish Settings. Select the HTML tab.
  2. Choose “Transparent” in the WMODE setting to make the Flash movie’s background disappear in browsers which support this feature.
  3. Publish the document.

Using Dreamweaver

Follow the below steps, and Dreamweaver will insert the correct HTML code automatically.

  1. In Dreamweaver, insert the Flash movie into an HTML page.
  2. Select the Flash movie in the Design View.
  3. In the Properties panel, choose Parameters.
  4. For the Parameter, enter “wmode” (without quotes). For the Value, enter “transparent”.
  5. Save the document. The HTML page is complete.

Editing HTML code manually

To edit an existing HTML page, add the WMODE parameters to the HTML code.

  1. Add the following parameter to the OBJECT tag:
    param name="wmode" value="transparent"
  2. Add the following parameter to the EMBED tag:
    wmode="transparent"

1


                            

Comments are closed.

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up

Improve the web with Nofollow Reciprocity.