我需要在我的视图页面中的grails应用程序中包含flash文件。 需要一些相关的代码。
提前致谢 Bhanu
答案 0 :(得分: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>