Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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?
 



 
tonifresSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
tonifresSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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 ??
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Change Sitelogo For A SWF File 
 
Thank you! I fix it and works fine.
 



 
tonifresSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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