当前位置: 代码迷 >> Flex >> application/x-shockwave-flash相关
  详细解决方案

application/x-shockwave-flash相关

热度:5577   发布时间:2013-02-26 00:00:00.0
求助application/x-shockwave-flash相关
</head>

<body><div id="xgal" style="text-align:center">
<object height="310" width="927" data="http://static.afterbuy.de/gallery/AfterbuyGallery.swf" type="application/x-shockwave-flash">
<param value="http://static.afterbuy.de/gallery/AfterbuyGallery.swf" name="movie">
<param value="high" name="quality">
<param value="exactfit" name="scale">
<param value="GalleryType=XS&ProductID=41567251&UserID=de_hootoo&CrossCatalogID=-1&SiteID=77&AccountID=0&allowscriptaccess=always&" name="FlashVars">
<div id="nf_outer" style="position:relative; height: 310px; width: 927px; margin-left:auto; margin-right:auto;">
<div id="nf_inner" style="width: 927px; text-align: center; position:relative; top:50%; margin-top: 0px;">
<a id="noflash_link" target="_blank" href="http://www.afterbuy.de/afterbuy/crossgallery_noflash.aspx">
<img id="noflash_image" alt="no flash image" style="border: 0px none #ffffff;" src="http://www.afterbuy.de/afterbuy/crossgallery_noflash.aspx?width=927&height=310&show=image">
</a>
</div>
</div>
</object>
</div>

</body>
</html>


这是全部的代码。
不知道红色区域的地址是怎么打开的。
同时如何修改图片的地址。
我想修改图片。


------解决方案--------------------------------------------------------
<param value="GalleryType=XS&ProductID=41567251&UserID=de_hootoo&CrossCatalogID=-1&SiteID=77&AccountID=0&allowscriptaccess=always&" name="FlashVars">
这个部分是像swf中传递的参数,不知道你这个代码那里来的,如果有swf的源码的话,或许能帮你看看,估计是根据参数不通,显示也不同,只不过不知道这些参数代表什么,找找有没有这个的说明文档吧,
  相关解决方案