2012-05-27 26 views
0

我有一個客戶誰擁有一個flash模板(http://www.templatemonster.com/flash-templates/21220.html),我應該使用它並創建一個網站使用asp.net。與asp.net的Flash模板

如何在我的網站中使用此模板。

感謝, 卡維塔

回答

0

你在你的aspx頁面嵌入閃存模板(SWF),例如:

<object width="400" height="400" 
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> 
    <param name="SRC" value="your_template.swf"> 
    <embed src="your_template.swf" width="400" height="400"></embed> 
</object> 

Check here more examples how to add flash in your page

那麼你可以read the help in that website to know hot use it

0

你必須把SWF文件放在一個文件夾中

+3

要小心詳細說明一下嗎?因此,這個答案不是很有幫助。 – laalto