我的焦点轮换图是swf+js+xml做的:
xml:<?xml version="1.0" encoding="gb2312"?>
<imgList>
  <pic>
    <list path="images/01.jpg" smallpath="images/01.png" smallinfo="Sublimation Mugs">http://www.kingmotech.com/Sorts.aspx?categoryid=2&amp;typeid=7&amp;keyword=</list>
    <list path="images/02.jpg" smallpath="images/02.png" smallinfo="Sublimation Tshirt">http://www.kingmotech.com/Products.aspx?page=1&amp;categoryid=1&amp;typeid=1&amp;keyword=</list>
    <list path="images/03.jpg" smallpath="images/03.png" smallinfo="Tshirt">http://www.kingmotech.com/Products.aspx?page=1&amp;categoryid=1&amp;typeid=1&amp;keyword=</list>
    <list path="images/04.jpg" smallpath="images/04.png" smallinfo="Two Tone Mug">http://www.kingmotech.com/SortProducts.aspx?page=1&amp;categoryid=2&amp;typeid=7&amp;keyword=&amp;sortid=2</list>
    <list path="images/05.jpg" smallpath="images/05.png" smallinfo="Sublimation Toys">http://www.kingmotech.com/Products.aspx?page=1&amp;categoryid=1&amp;typeid=28&amp;keyword=</list>
  </pic>
  <rollTime fade_in="10">4</rollTime>
  <text font="Arial" size="12" bold="true" color="0xffffff">
  </text>
</imgList>
我的<list>这里是url</list>中的url里面的&amp;怎么处理,我点击flash焦点图时&amp;被原样输出了!
PS:焦点图点击事件好像是封装在swf文件里的,我在js中没有找到点击事件