Page 1 of 1

Flash banner

Posted: Mon May 08, 2006 12:28 am
by dlpman
hello,

how to replace the banner classic by a banner flash(swf)?
thanks

Re: Flash banner

Posted: Mon May 08, 2006 12:04 pm
by garvinhicking
Hi!

By editing the "index.tpl" template file of your current template, and placing the HTML code you need there instead of the <div class="serendipity_Banner">.

HTH,
Garvin

Posted: Mon May 08, 2006 2:08 pm
by dlpman
[code<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=6,0,29,0" width="800" height="400">
<param name="movie" value="img\banniere.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="High">
<param name="_cx" value="5080">
<param name="_cy" value="5080">
<param name="Src" value="img/banniere.swf">
<param name="WMode" value="Transparent">
<param name="Menu" value="true">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="false">
<param name="EmbedMovie" value="false">
<param name="SeamlessTabbing" value="true">
<param name="Profile" value="false">
<param name="ProfilePort" value="0">
<embed width="800" height="400" Src="img\banniere.swf" play="true" loop="true" quality="High" pluginspage="http://www.macromedia.com/shockwave/dow ... kwaveFlash" WMode="Transparent" Menu="true" Scale="ShowAll" DeviceFont="false" EmbedMovie="false" SeamlessTabbing="true" Profile="false" ProfilePort="0"></object>
<a id="linkhome" href="{$serendipityBaseURL}" title="Home"></a>
<!-- ADDITIONAL LINKS: UNCOMMENT TO ACTIVATE[/code]

I made the change on the file the index.tpl nothing exchange the file
swf does not post myself

Posted: Mon May 08, 2006 3:45 pm
by garvinhicking
Hi!

What's your URL? which index.tpl file did you edit? What is your template name?

The URL in your flash is wrong, it has "\" paths in there instead of "/".

Regards,
Garvin