Search found 3 matches

by civilized
Tue Oct 08, 2002 1:01 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu disappears behind Flash
Replies: 3
Views: 4277

Hallo MRperry...

This is another way to do the job... This will make the flashmovie transparent and the menu can be seen...

In your html file... do like this: Look at the lines including "param name"
Make a new line like this:

<param name="wmode" value="transparent">

And insert this line like ...
by civilized
Tue Oct 08, 2002 12:54 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu disappears behind Flash
Replies: 3
Views: 4277

Hallo

:roll:
by civilized
Thu Jun 13, 2002 10:09 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menus hidden behind flash
Replies: 3
Views: 4043

How to make a Flash movie with a transparent background

Hallo...

This is what you can do...

To edit an existing HTML page, add the following parameter to the OBJECT tag in the HTML code:

<param name="wmode" value="transparent">

You can get more information at this url:

http://www.macromedia.com/support/flash ... /wmode.htm

Hope it will help you!