Standard Flash insert Code
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Strict // EN"
Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd>
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Title> code test </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Meta name = "Author" content = "PengRong"/>
</Head>
<Body>
<Object type = "application/x-shockwave-flash" data = "http://adimg.163.com//homepage/eachnet/eachnet070117_110260.swf" width = "150" height = "400">
<Param name = "movie" value = "http://adimg.163.com//homepage/eachnet/eachnet070117_110260.swf"/>
<A href = "http://adimg.163.com//homepage/eachnet/eachnet070117_110260.swf"> </a>
</Object>
</Body>
</Html>
Does not cover layer Flash
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Strict // EN"
Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd>
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Title> code test </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Meta name = "Author" content = "PengRong"/>
<Style type = "text/css">
# Pr {position: absolute; left: 10px; top: 50px; background: # eee; border: solid 1px # fff ;}
</Style>
</Head>
<Body>
Transparent flash
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Strict // EN"
Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd>
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Title> code test </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Meta name = "author" content = "pengrong"/>
<Style type = "text/CSS">
# BG {width: 200px; Height: 500px; Background: #900 ;}
# PR {position: absolute; left: 10px; top: 10px ;}
</Style>
</Head>
<Body>
<Div id = "BG"> </div>
<Div id = "PR">
<Object type = "application/X-Shockwave-flash" Data = "http://images.163.com/icast/lining/44098/1.swf" width = "500" Height = "400">
<Param name = "movie" value = "http://images.163.com/icast/lining/44098/1.swf"/>
<Param name = "wmode" value = "Transparent">
<A href = "http://images.163.com/icast/lining/44098/1.swf"> </a>
</Object>
</Div>
</Body>
</Html>
<Div id = "pr"> does not cover the layer's Flash </div>
<Object type = "application/x-shockwave-flash" data = "http://adimg.163.com//homepage/eachnet/eachnet070117_110260.swf" width = "150" height = "400">
<Param name = "movie" value = "http://adimg.163.com//homepage/eachnet/eachnet070117_110260.swf"/>
<Param name = "wmode" value = "opaque"/>
<Embed wmode = "opaque"> </embed>
<A href = "http://adimg.163.com//homepage/eachnet/eachnet070117_110260.swf"> </a>
</Object>
</Body>
</Html>