Inserting flash banner in Joomla 3
Inserting flash banner in Joomla 3 (Compnent banner)
<div style="width:950px;height:70px;"> <object type="application/x-shockwave-flash"
data="http://domain.com/banner.swf" width="950" height="70">
<param name="movie" value="http://domain.com/banner.swf">
<param name="wmode" value="opaque"> <param name="flashvars"
value="direct_link=true">
<embed src="http://domain.com/banner.swf" width="950" height="70"
wmode="opaque" flashvars="direct_link=true" /> </object> </div>
Comments