display flash in joomla
I am unable to display flash in 开发者_如何学编程Joomla.
I embedded the flash code as a custom html module.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60" id="banner" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="banner.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="banner.swf" quality="high" bgcolor="#ffffff" width="468" height="60" name="banner" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
Use the flash module to do this : http://extensions.joomla.org/extensions/core-enhancements/flash-management/366 is very helpful module to display flash just you'll need to give the path of the flash file and set the parameters according to your need. Good luck :)
精彩评论