Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transparent backgrounds

Status
Not open for further replies.

vcherubini

Programmer
May 29, 2000
527
US
Hello:

Is there a way to get the background of a Flash movie to be transparent? Say, for example, I have a Flash movie with drop down menu's that is 600px wide by 300px tall. I want the flash menu to be placed on a layer, but the place where the drop down menu's will be, I want that to be transparent so that the content below the menu's will be able to be seen.

I have seen this before, so any help is appreciated. This can be done in either Flash 4 or 5, so I would like any and all help.


Thanks in advance.

-Vic [sig]<p>vic cherubini<br><a href=mailto:malice365@hotmail.com>malice365@hotmail.com</a><br><a href= software</a><br>====<br>
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director<br>
Wants to Know: Java, Cold Fusion, Tcl/TK<br>
====[/sig]
 
Alright mate,

This one is pretty easy here's how you do it.

<param name=&quot;wmode&quot; value=&quot;Transparent&quot;>

You want to hard-code this in your web page that your putting flash into, do this bit of code before this tag starts:-

<embed src....

Then Bob's your uncle you have transparent flash!
 
why not just set the background of the dropdown menu to alpha 50% or whatever works for you..select the background>insert> convert to symbol>graphic..then just set the transparency to the level you want..

just a thought..
e.gif


carlsatterwhite@endangeredgraphics.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top