怎样把flash放到图片上
有一张图片怎样把FLASH放到这张图片的上面?
有没有现成的代码呢?
谢谢大家啦~~ --------------------编程问答-------------------- 用CSS控制就行了啊. --------------------编程问答-------------------- <div id="header" >
<img src="../image/imagec.jpg" style="height: 170px" width="795" />
</div>
<script type="text/javascript">
var so = new SWFObject("../css/chinese.swf", "sotester", "100%", "100%", "8", "#0066cc ");
so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
so.write("header");
</script> --------------------编程问答-------------------- <td style="width: 14px; height: 190px; background-image: url('flash_l.jpg');"></td>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=scriptmain name=scriptmain codebase="http://download.macromediockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="490" height="190">
<param name="movie" value="ffy_swf/bcastr.swf?bca.com/pub/shastr_xml_url=bcastr.xml">
<param name="quality" value="high">
<param name=scale value=noscale>
<param name="LOOP" value="false">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<embed src="bcastr.swf?bca.com/pub/shastr_xml_url=bcastr.xml" width="490" height="190" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" salign="T" name="scriptmain" menu="false" wmode="transparent"></embed></object>
</td>
补充:.NET技术 , ASP.NET