Support Forums

Flash banner on the right side of the logo

This is a discussion on Flash banner on the right side of the logo within the Templates, HTML, CSS, and Design Help forums, part of the General category; Hi: I'm working on the layout.tpl, i already place my logo, and on the right side , we have some ...


Go Back   68 Classifieds Forums > General > Templates, HTML, CSS, and Design Help

Reply
 
Thread Tools Display Modes
Old 01-24-2009, 11:49 PM   #1
Junior Member
 
Join Date: Jan 2009
Posts: 1
Rep Power: 0
metroem is on a distinguished road
Question Flash banner on the right side of the logo

Hi:

I'm working on the layout.tpl, i already place my logo, and on the right side , we have some free space my idea was to place a flash banner in that area, let me show the code:

<div id="logo">

{* This portion is the site title. The top left corner. *}
<a href="http://metroem.net">
<img src="{$smarty.const.URL}/templates/default/images/logo_classi.jpg"
border="0" width="250" height="80"</a>

<div id="flash1" style="position:absolute; overflow:hidden; left:303px; top:21px; width:468px; height:60px; z-index:0">
<script type="text/javascript">
AC_RunFlashContent('id','flash1','width','468','he ight','60','quality','high','autoplay','true','loo p','true','wmode','window','codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab','pluginspage',
'http://www.macromedia.com/go/getflashplayer','src','http://www.metroemclassifieds.com/classifieds/templates/default/images/prueba.swf');
</script>
<noscript>
<object width=468 height=60 classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="http://www.metroemclassifieds.com/classifieds/templates/layout/images/prueba.swf">
<param name="quality" value="high">
<param name="loop" value="true">
<param name="wmode" value="window">
<param name="autoplay" value="true">
<embed src="http://www.metroemclassifieds.com/classifieds/templates/default/images/prueba.swf" width="468" height="60" quality="high" TYPE="application/x-shockwave-flash" wmode="window" loop="true" autoplay="true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</noscript>
</div>

</div>
</div>

after a lot attemps, i can't make the code works. Any one have an advice in case this is possible to do?

Thanks:
Metroem
metroem is offline   Reply With Quote
Old 01-25-2009, 07:27 AM   #2
Member
 
Mango's Avatar
 
Join Date: Mar 2007
Posts: 18
Rep Power: 17
Mango is on a distinguished road
Default

Keep everything as you have it but add literal tags between the following portion:

Code:
<script type="text/javascript">
{literal}
AC_RunFlashContent('id','flash1','width','468','he ight','60','quality','high','autoplay','true','loo p','true','wmode','window','codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab','pluginspage',
'http://www.macromedia.com/go/getflashplayer','src','http://www.metroemclassifieds.com/classifieds/templates/default/images/prueba.swf');
{/literal}
</script>
__________________
Regards,

Mango
v4.0.9
Mango is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash Banner in Header ok_dir Templates, HTML, CSS, and Design Help 1 11-13-2008 01:58 PM
Is It Possible To Add A Banner Under The Side Nav? 68 Newbie Modules / Plugins / Modifications 1 08-18-2008 09:46 PM


All times are GMT -4. The time now is 11:40 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0