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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash Movie as background

Status
Not open for further replies.

cawthor

Programmer
May 31, 2001
89
US
Is there any way I can make a flash movie a background on my page? I want to be able to display text and images over the top of a movie. Is this possible? Eg, can the movie be a background to a table?

Thanks.
 
It can't actually be a background, but this will make it look like one:

<div style=&quot;z-index:0;position:absolute;&quot;>
put the movie here
</div>

Rick if(($question==&quot;has been bugging me&quot;
AND $answer==&quot;fixed the problem&quot;) OR $answer==&quot;really good post&quot;){
print(&quot;Star&quot;);
}else{
print(&quot;Thanks.&quot;);
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top