学习日记-flash轮播图下载方法
第一步:找到他的首页文件
//例如
http://xxxxx.net/
第二步:找到flash轮播图代码
<embed src="/Templets/baiyiGroup/flash/bcastr.swf?bcastr_xml_url=/Templets/baiyiGroup/xml/bcastr.xml" width="100%" height="375px" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" salign="T" name="scriptmain" menu="false" wmode="transparent">
第三步:复制src路径,去掉调用路径,直接指向
/Templets/baiyiGroup/xml/bcastr.xml
第四步:组合
xxxxx.net/Templets/baiyiGroup/xml/bcastr.xml
出现路径,同上添加主页路径,然后加上现在的图片路径,就可以调用图片了。