Allan Style - SUBSILVER

Replace Banner with SWF file - Allan Style - SUBSILVER

Replace Banner with SWF file

by bearqst » Fri Apr 29, 2016 11:59 pm

In order to replace the banner with a swift file, do I modify the Overall_header as with Ver 3.0 >

I want to replace the banner with a shockwave Flash file, old code I used below. Not sure it will function in 3.1.

Code: Select all

<div id="wrapheader">

   <div id="logodesc">
      <p style="text-align:center;"><a href="{U_INDEX}">
            <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="955" height="87" id="resizable" align="middle">
       <param name="movie" value="{T_IMAGESET_PATH}/fbks_snow_trvlrs.swf" />
       <param name="play" value="true" />
       <param name="loop" value="true" />
      <param name="quality" value="high" />
      <param name="allowScriptAccess" value="never" />
       <embed src="{T_IMAGESET_PATH}/fbks_snow_trvlrs.swf"
         type="application/x-shockwave-flash"
         pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
         width="955px"
         height="87px"
         play="true"
         loop="true"
         quality="high"
         allowscriptaccess="never">
      </embed>
   </object> </a> </p>
      
   </div>


Thanks
User avatar
bearqst
Registered User
Posts: 139
Joined: Fri Oct 31, 2003 3:03 am
Location: Sewards Ice Box

Re: Replace Banner with SWF file

by Arty » Sun May 01, 2016 5:55 pm

That code should work fine.

However using flash banners is a very very very bad idea. Some platforms don't support flash at all. Browsers are removing flash support. It is a bad technology with worse security history than anything else. It doesn't belong in modern web.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin

Re: Replace Banner with SWF file

by bearqst » Sun May 01, 2016 6:21 pm

Thanks Arty, I'll look around for an alternative solution, but dang it, I really like the way it plays :)
User avatar
bearqst
Registered User
Posts: 139
Joined: Fri Oct 31, 2003 3:03 am
Location: Sewards Ice Box