菜单

flash图片api

2010年04月8日 - flash

html
[code]
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ id=scriptmain name=scriptmain codebase=”http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=6,0,29,0″ width=”508″ height=”180″>   
<param name=”movie” value=”Public/swf/bcastr.swf?bcastr_xml_url=Public/xml/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=”/Public/swf/bcastr.swf?bcastr_xml_url=/Public/xml/bcastr.xml” width=”508″ height=”180″ 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>
[/code]

bcastr.xml
[code]
<?xml version=”1.0″ encoding=”utf-8″?>
<bcaster autoPlayTime=”3″>
<item item_url=”/Public/images/1.jpg” link=”/activities/1/index.html”></item>
<item item_url=”/Public/images/2.jpg” link=”/activities/2/index.html”></item>
<item item_url=”/Public/images/3.jpg” link=”/activities/3/index.html”></item>
</bcaster>
[/code]
bcastr.swf在附件

发表评论

电子邮件地址不会被公开。 必填项已用*标注