It is possible to embed Flash content in a page created with the wiki module?

Asked by ferchu

Hi,

I wanted to know if it is possible to embed swf files (flash) in the wiki module. Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
ferchu
Solved:
Last query:
Last reply:
Revision history for this message
ferchu (fgb) said :
#1

Yes, it is possible.

Use the </html> </html> tags and insert this code (with this example you can insert an OpenERP screencast from openerp.tv):

<object height="632" width="799" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" allowscriptaccess="always" allowfullscreen="true" id="banner1">
             <param name="movie" value="http://www.openerp.tv/images/screencast/openobject.swf"/>
             <param name="quality" value="high"/>
             <param name="allowscriptaccess" value="alwasy" />
             <param name="allowfullscreen" value="true" />
             <embed height="632" width="799" src="http://www.openerp.tv/images/screencast/openobject.swf" quality="high" allowscriptaccess="always" allowfullscreen="true" name="banner1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><embed/>
</object>