Change Sitelogo For A SWF File


Subject: Change Sitelogo For A SWF File
Hello I'm trying to change the sitelogo for a *.swf file, I tried to change in overrall_header.tpl this:

Code: [Download] [Hide] [Select]
<div id="logo-img"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a></div>


for this:

Code: [Download] [Hide] [Select]
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="900" height="100">
<param name="movie" value="http://mijos-powaaa.es/portal/images/mijos.swf"">
<param name="quality" value="High">
<param name="wmode" value="transparent">
<embed src="http://mijos-powaaa.es/phpBB3/images/mijos.swf"" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="900" height="100" quality="High" wmode="transparent"></object>


It's rersult that in Internet explorer works fine, but in firefox don't load the file, look at here: http://www.mijos-powaaa.es/portal/index.php

Anybody knows what I'm doing wrong?

Profile PM  
Subject: Re: Change Sitelogo For A SWF File
Try with this:

Code: [Download] [Hide] [Select]
<div id="logo-img"><a href="{FULL_SITE_PATH}{U_PORTAL}"><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="900" height="100">
<param name="movie" value="http://mijos-powaaa.es/portal/images/mijos.swf"">
<param name="quality" value="High">
<param name="wmode" value="transparent">
<embed src="http://mijos-powaaa.es/phpBB3/images/mijos.swf"" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="900" height="100" quality="High" wmode="transparent"></object></a></div>


And if you want it centered:

Code: [Download] [Hide] [Select]
<div id="logo-img"><center><a href="{FULL_SITE_PATH}{U_PORTAL}"><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="900" height="100">
<param name="movie" value="http://mijos-powaaa.es/portal/images/mijos.swf"">
<param name="quality" value="High">
<param name="wmode" value="transparent">
<embed src="http://mijos-powaaa.es/phpBB3/images/mijos.swf"" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="900" height="100" quality="High" wmode="transparent"></object></a></center></div>



remember to edit CSS file:

Logo Image wide and height

Subject: Re: Change Sitelogo For A SWF File
I just try it, is more polished but still does not load the movie in Firefox but in IE yes. To edit the CSS you mean /templates/common/style.cfg. Any other Idea? If anyone wants to see this is the web: www.mijos-powaaa.es

Profile PM  
Subject: Re: Change Sitelogo For A SWF File
you know why???

i´ll tell you

<param name="movie" value="http://mijos-powaaa.es/portal/images/mijos.swf"">

<embed src="http://mijos-powaaa.es/phpBB3/images/mijos.swf""

see any difference in the source ???


What about changing phpBB3 to portal ??

Subject: Re: Change Sitelogo For A SWF File
Thank you! I fix it and works fine.

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1776s (PHP: 16% SQL: 84%)
SQL queries: 10 - Debug Off - GZIP Enabled