簡體   English   中英

將Flash文件(.swf)放在GSP頁面 - Grails中

[英]Place a Flash file (.swf) in GSP page-Grails

我需要在我的視圖頁面的grails應用程序中包含flash文件。 需要一些關於它的代碼。

在此先感謝Bhanu

您可以在GSP中使用html對象標記

<object width="300" height="120" codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">
  <embed src="path-to-swf-file" width="400" height="40"></embed>
</object>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM