0

さて、ここにフラッシュを使用するホームページがあります。

http://www.emmaphillipsbridal.com/

ipadとiphoneのユーザーが空白のページではなく何かを見ることができるようにいくつかの代替コードを追加しようとすると、コードを保存すると消えますが、この問題について言及している人が何人かいますが、解決策が見つかりません。

フラッシュのコードは次のとおりです。

<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>-->

フラッシュを持っていないユーザーのために何か他のものを表示する方法について誰かが私にいくつかのアイデアを教えてもらえますか?

前もって感謝します。

DanSiop

4

1 に答える 1

1

SWFObjectを使用して、任意のswfオブジェクトをWebページに埋め込むことをお勧めします。

このJSライブラリを使用すると、まさにそれを実現でき、アドビのベストプラクティスと見なされます。

便利なジェネレーターが付属しており、正しいjavascript/htmlを使用してhtmlページを作成することもできます。

これらもチェックしてください:

于 2012-04-04T09:24:00.320 に答える