简体   繁体   中英

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

I need to include flash file in my grails app,in my view page. Need some code regarding it.

Thanks in advance Bhanu

You can use html object tag in your GSP

<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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM