Closed (won't fix)
Project:
Four Seasons
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2008 at 00:48 UTC
Updated:
10 Mar 2012 at 17:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
derjochenmeyer commentedHey joe, use firefox plus the firebug plugin. it will help ;-)
to change the image look for #header-image in the style.css and change
the background-image...
Comment #2
gigfish commentedOK thats one thing, but what about changing the #header-image to a flash file? is this possible..
if so whats the code? as Im a relative newby to drupal..
gigfish
Comment #3
derjochenmeyer commentedone way is to insert the code to embed the flash in the page.tpl.php .... just make sure the swf file is in a folder that drupal can access ... e.g. /files/yourflash/movie.swf
Comment #4
gigfish commentedcan u provide the code - as im not a programmer?
much appreciated..
gigfish
Comment #5
derjochenmeyer commentedits not possible to tell you what code you have to use to embed your flash... thats very specific to the type of flash that you want to include ... its a very general question though ... it depends on the size of your movie, the quality settings, the name, ...
check out this article ...
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150
Comment #6
wouters_f commentedI had a similar problem.
Users want to be able to change the background image or the menu color.
I made a module with drag an drop admin view for this.
I am not sure about all dependecies, but this works for me.
It also needs my custom cck module wich adds the HTMLCOLOR field to the widgets.
Comment #7
donniewiko commentedIll mark this as closed.
If people want to use #6 feel free to do so.
In the D7 version, this is implemented
Comment #8
vampyru commented