Forum Index > General > General Support New Topic Post Reply
 How to set a swf logo
 |  Printable Version
By: Anonymous: pistoleta () on July 16 2009 14:34 PM (Read 1646 times)  
Anonymous: pistoleta

Hi guys, i want to upload an 100x500 flash animation .swf to my glfusion site and show it as logo... if i try to do it from administration/logo it says there are only acepted jpg, gif, png...

How can i do that? thank you all GREAT CMS

pd: sorry about my english.





       
  Quote
By: Mark (offline) on July 16 2009 14:59 PM  
Mark

Unfortunately, we don't support the automatic insert of an SWF logo. But you can add it manually.

You will need to manually FTP the logo up to your site and then edit the public_html/layout/nouveau/header.thtml file, replacing {logo_block} with the reference to your SWF logo.

Let me now if this helps!

Thanks!
Mark

Forum Admin
Admin

Group Comfort
Level:
: +93

Status: offline

Registered: 10/21/05
Posts: 5029
The Great State of
Texas

Profile Email    
  Quote
By: Anonymous: pistoleta () on July 17 2009 14:04 PM  
Anonymous: pistoleta

ok i'll try that way but, what about installing chameleon? it is possible whith that plug-in?





       
  Quote
By: Mark (offline) on July 17 2009 14:10 PM  
Mark

I do not believe Chameleon will allow a SWF logo either. If you wouldn't mind sending me (mark@glfusion.org) a test SWF logo, I'll see about adding the ability to upload them through glFusion.

Thanks!
Mark

Forum Admin
Admin

Group Comfort
Level:
: +93

Status: offline

Registered: 10/21/05
Posts: 5029
The Great State of
Texas

Profile Email    
  Quote
By: Anonymous: pistoleta () on September 15 2009 11:45 AM  
Anonymous: pistoleta

Hi guys, the first sollution solved my problem but... only at the main page!!

if i go to "Galleries" or "Calendar" i can't see any logo.

Any idea ?

THX!!





       
  Quote
By: Geiss (offline) on September 15 2009 11:59 AM  
Geiss

Are you using a full URL to reference the swf logo (ie. http://yoursite.com/images/myswflogo.swf), or just a relative URL (ie. /images/myswflogo.swf)?

You should be using the full URL. Big Grin

Thx!

Eric



Forum Admin
Admin

Group Comfort
Level:
: +48

Status: offline

Registered: 02/15/07
Posts: 1828
Boise, Idaho

Profile Email Website PM
  Quote
By: Anonymous: pistoleta () on September 15 2009 11:59 AM  
Anonymous: pistoleta

OK problem solved, i just was to use the "absolute path" to insert the swf in the header.thtml Big Grin

Thumbup





       
  Quote
By: Geiss (offline) on September 15 2009 12:01 PM  
Geiss

You could also do it this way: {site_url}/images/myswflogo.swf.

Thx!

Eric



Forum Admin
Admin

Group Comfort
Level:
: +48

Status: offline

Registered: 02/15/07
Posts: 1828
Boise, Idaho

Profile Email Website PM
  Quote
By: Anonymous: pistoleta () on September 15 2009 12:02 PM  
Anonymous: pistoleta

Just what u said Geiss, it was obvious Razz Embarrased





       
  Quote
By: Anonymous: pistoleta () on November 03 2009 14:13 PM  
Anonymous: pistoleta

I have a problem with this. Mozilla firefox open the swf file at the header with no problems but Internet Explorer don't... it shows a white square instead... Sad

any idea?

Thx!





       
  Quote
By: Geiss (offline) on November 03 2009 14:36 PM  
Geiss

Can you post a URL so we can take a look?

Also, what file did you end up changing to add the logo, and what was the code you added/changed in that file?

Thx!

Eric



Forum Admin
Admin

Group Comfort
Level:
: +48

Status: offline

Registered: 02/15/07
Posts: 1828
Boise, Idaho

Profile Email Website PM
  Quote
By: Anonymous: pistoleta () on November 03 2009 14:53 PM  
Anonymous: pistoleta

www.askampalpoll.com/index.php

the file i changed was header.thtml

and i added this code:

PHP Formatted Code
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="500" height="100">
<param name="allowScriptAccess" value="sameDomain" />
<param name=movie value="header.swf/">
<param name=quality value=high/>
<embed src="{site_url}/header.swf" wmode="transparent" quality=low pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="100">
</embed>
</object>





       
  Quote
By: Geiss (offline) on November 03 2009 15:04 PM  
Geiss

A quick Goggle search reveals that the first result (Vishal Monpara's Blog) seems to have a solution to your problem.

In comparing the code you posted to the code fix there, you need to properly enclose things in double quotes, and reference the full URL for IE:

PHP Formatted Code
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="500" height="100">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="{site_url}/header.swf" />
<param name="quality" value="high" />
<embed src="{site_url}/header.swf" wmode="transparent" quality="low" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="100">
</embed>
</object>



Try that on and see if that fixes it. Big Grin

Thx!

Eric



Forum Admin
Admin

Group Comfort
Level:
: +48

Status: offline

Registered: 02/15/07
Posts: 1828
Boise, Idaho

Profile Email Website PM
  Quote
By: Anonymous: pistoleta () on November 03 2009 15:12 PM  
Anonymous: pistoleta

now doesnt works the trasparency:
www.askampalpoll.com/index.php

XD, a lot of thanks because your help!!





       
  Quote
By: Anonymous: pistoleta () on November 03 2009 15:20 PM  
Anonymous: pistoleta

I fixed it using this!!!

SWFObject

<script type="text/javascript" src="http://www.askampalpoll.com/javascript/swfobject.js"></script>
<div id="contenido_flash">
text will be replaced by the flash movie
</div>
<script type="text/javascript">
var so = new SWFObject("http://www.askampalpoll.com/header.swf", "mi_pelicula", "500", "100", "7"Wink;
so.addParam("wmode", "transparent"Wink;
so.write("contenido_flash"Wink;
</script>





       
  Quote
Content generated in: 0.43 seconds
New Topic Post Reply



 All times are CDT. The time is now 09:55 AM.
Normal Topic Normal Topic
Locked Topic Locked Topic
Sticky Topic Sticky Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Able to Post 
HTML Allowed 
Censored Content