Flash banner

Discussion corner for Developers of Serendipity.
Post Reply
dlpman
Posts: 2
Joined: Mon May 08, 2006 12:24 am

Flash banner

Post by dlpman »

hello,

how to replace the banner classic by a banner flash(swf)?
thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Flash banner

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
dlpman
Posts: 2
Joined: Mon May 08, 2006 12:24 am

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply