| Transparent Backgrounds |
| Thursday, 02 February 2006 | |
Transparent background in FlashThis tutorial sets the background of your flash documents to be transparent. This can be useful if you change the background of your site a lot or if you have an image as a background. Transparency Works in:
The user will also need at least Flash player 6 installed whatever browser they use. Flash Publishing Settings
or HTML Object Code <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100"> <param name="movie" value="file.swf"> <param name="quality" value="high"> <embed xsrc="file.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="100"></embed> </object> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="100"> <param name="movie" value="file.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed xsrc="file.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="100"></embed> </object> |
| < Prev |
|---|















