|
|
#1 |
|
Junior Member
Join Date: Jan 2009
Posts: 1
Rep Power: 0 ![]() |
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 |
|
|
|
|
|
#2 |
|
Member
Join Date: Mar 2007
Posts: 18
Rep Power: 9 ![]() |
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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flash Banner in Header | ok_dir | 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 | v4 Modules / Modifications | 1 | 08-18-2008 09:46 PM |
| Flash player Featured Items on your home page | LittleRascal | v3.1 Modules & Modifications | 3 | 11-12-2007 06:00 PM |
| Flash code and literal tags? | alisa | v3.1 Questions & Support | 3 | 04-25-2007 06:54 PM |
| can I use Flash documents with my classifieds? | sbuell20 | v3.0 Questions & Support | 0 | 08-04-2006 10:46 PM |