0

我需要在我的 grails 应用程序中,在我的视图页面中包含 flash 文件。需要一些关于它的代码。

在此先感谢 Bhanu

4

1 回答 1

2

您可以在 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>
于 2013-06-05T08:15:01.203 回答