0

好的,所以我的主页在这里使用了 flash:

http://www.emmaphillipsbridal.com/

如果我尝试添加一些 alt 代码,以便 ipad 和 iphone 用户可以看到一些东西而不是空白页,但是当我保存代码时它消失了,我看到一些人提到了这个问题,但我找不到解决方案。

flash的代码是:

<div class="flash">
<object width="980" height="665" data="http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/header_v8.swf?xmlUrl=http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/xml_folder/" type="application/x-shockwave-flash">
<param name="data" value="http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/header_v8.swf?xmlUrl=http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/xml_folder/" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
<param name="src" value="http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/header_v8.swf?xmlUrl=http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/xml_folder/" />
</object>
</div>

该页面上的设计 xml 是:

<!--<reference name="content">
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
<block type="reports/product_viewed" name="home.reports.product.viewed" alias="product_viewed" template="reports/home_product_viewed.phtml" after="product_new"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
<block type="reports/product_compared" name="home.reports.product.compared" template="reports/home_product_compared.phtml" after="product_viewed"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
</reference><reference name="right">
<action method="unsetChild"><alias>right.reports.product.viewed</alias></action>
<action method="unsetChild"><alias>right.reports.product.compared</alias></action>
</reference>-->

谁能给我一些关于如何为没有闪光灯的用户显示其他内容的想法?

提前致谢。

丹西奥普

4

1 回答 1

1

我建议您使用SWFObject将任何 swf 对象嵌入网页中。

这个 JS 库将允许您实现这一目标,并被视为 Adob​​e 最佳实践。

它带有一个方便的生成器,它允许您使用正确的 javascript/html 创建一个 html 页面。

还要检查这些:

于 2012-04-04T09:24:00.320 回答