Recently, I am working on a static website to create a transparent flash. After looking for a flash for a long time, I found that there are still some transparent downloads. After several twists and turns
It is found that Firefox and IE are different. For compatibility, write it out. Code < Div ID = "Pagename" >
< Object Classid = "CLSID: D27CDB6E-AE6D-11cf-96B8-444553540000" Codebase = "Http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" Width = "776" Height = "257" Title = "Miss you" >
< Param Name = "Movie" Value = "27.swf" />
< Param Name = "Quality" Value = "High" />
<ParamName= "Wmode"Value= "Transparent">
< Embed SRC = "27.swf" Quality = "High" Wmode= "Transparent" Pluginspage = "Http://www.macromedia.com/go/getflashplayer" Type = "Application/X-Shockwave-flash" Width = "776" Height = "257" > </ Embed >
</ Object >
</ Div >
The first of the two yellow ones is used in IE, and the second is used in Firefox. Actually, I have been searching for it for so long.