2012-04-04 49 views
0

好了,所以我有我的主頁上使用閃存的位置:flash的替代內容| Magento的

http://www.emmaphillipsbridal.com/

如果我嘗試添加一些ALT代碼,使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

回答

1

我會建議你使用SWFObject嵌入任何SWF對象在網頁中。

這個JS庫將允許你實現這一點,並被認爲是Adobe的最佳實踐。

它配備了一個方便的生成器,它可以讓你用正確的javascript/html創建一個html頁面。

而且檢查這些了:

+0

謝謝我的男人!由於某種原因,雖然我可以讓它工作完美,但是當我回到magento管理員時,備用內容的代碼已經不存在了!不明白,我必須保留代碼的備份以便每次粘貼 - 確實很奇怪。 – 2012-04-04 13:46:18