简明现代魔法 -> Flex/ActionScript/AIR -> 常用于首页的图片切换Flash
常用于首页的图片切换Flash
2009-08-27
效果演示
HTML嵌入代码
<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="480" height="270">
<param name="movie" value="banner_english.swf?bcastr_xml_url=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="banner_english.swf?bcastr_xml_url=xml/bcastr.xml" width="480" height="270" 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>
XML文档
<?xml version="1.0" encoding="utf-8"?>
<bcaster autoPlayTime="4">
<item item_url="images/1.jpg" link="http://www.visitremax.com.cn/main.php?web=2&ep_id=10" >
</item>
<item item_url="images/2.jpg" link="http://www.therecycler.com.cn/remaxinfo/premax_Introduce.php" >
</item>
<item item_url="images/3.jpg" link="http://www.therecycler.com.cn/remaxinfo/beernight_Introduce.php" >
</item>
<item item_url="images/4.jpg" link="http://www.therecycler.com.cn/remaxinfo/cantonFairBus_Introduce.php" >
</item>
</bcaster>
