如何在点击flash对象上加载新页面

时间:2015-03-05 04:52:09

标签: javascript jquery html flash

正在使用Flash滑块。我有2个图像嵌入其中..是否可以点击图像并加载新的html页面?这是我的代码:

    <object  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="308" height="118" title="location">
      <param name="movie" value="<?=base_url()?>flash/home/locationsliders.swf">
      <param name="quality" value="high">
      <embed  src="<?=base_url()?>flash/home/locationsliders.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="308" height="118" ></embed>
    </object>


    <script type="text/javascript">
    AC_FL_RunContent('codebase',
   'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','308','height',
   '118','title','location','src',
   '<=base_url()>flash/home/locationsliders',
   'quality','high','pluginspage',
   'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',
   'movie','<?=base_url()?>flash/home/locationsliders' ); //end AC code
   </script>

0 个答案:

没有答案