Search tutorials
How To Add The Parameter Code
To make your movies transparent, simply paste this code in between the HTML Object tags.
<%lt%>font color="#FF0000"<%gt%><%lt%>param NAME="wmode" Value="transparent"<%gt%><%lt%>/font<%gt%>
Thus, the embedding code for the SWF file for the second example (transparent) is as follows:
<%lt%>object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ID="himalayas" WIDTH="250" HEIGHT="100"<%gt%> <%lt%>param NAME="movie" VALUE="himalayas.swf"<%gt%> <%lt%>param NAME="quality" VALUE="high"<%gt%> <%lt%>param NAME="wmode" Value="Transparent"<%gt%> <%lt%>embed src="/imagesvr_ce/flashkit/tutorials/Interactivity/Making_F-Kirupa_C-176/himalayas.swf" quality="high" bgcolor="#FFFFFF" WIDTH="250" HEIGHT="100" TYPE="application/x-shockwave-flash" <%gt%> <%lt%>/object<%gt%>
Note: the above source file doesn't include some key information like
the Base Code URL due to the text width limitations.
| » Level Advanced |
|
Added: 2000-10-20 Rating: 9 Votes: 506 |
| » Author |
| Philosopher, student, computer nerd who loves Computers, Books related to Computers, TV Shows about Computers, just your typical, average geek. (Looks at everything and wonders if it can be reproduced into a vector format and made into a Flash animation) |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!