|
||||||
|
||||||
Flash Tutorial - Creating Transparent Flash Movies

Access: Free Tutorial
01: Creating a Flash Movie with a Transparent Background
Cross Reference: If you do not know how to do this see the tutorial on: Publishing a Flash Movie
<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="300" height="210">
<param name="wmode" value="transparent" />
<param name="movie" value="webwasp-logo.swf" />
<param name=quality value=high />
<embed src="webwasp-logo.swf" wmode="transparent" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="210"></embed>
</object>
Note: You will see several tags that start <param name= something />. Place your line of code in the same section as the other param name tags. The order of the param tags does not seem to matter.
The wmode="transparent" should go inside the embed tag as above.
|
Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates
|
|
|
All material on this site is protected under international copyright © law. DO NOT reproduce any material from this site without written permission. Please ask as permission is often granted.
|