Logged Out
Create an Account
Login:
Password:

Forgot your password?
SWF Header

SWF Header
[Back to Index]
Thread Tags
Primary: [Tickets]
Secondary: None

SWF Header
Go To This Ticket's Page
Creator Valdaglerion
Public or Private Public
Private tickets are only accessible to you and to DKPSystem.com staff
Public Tickets are visible to everyone)
Status Open
Type Support
Section of the Site Advanced Layout Options and CSS
Urgency (0 votes)
Rating (0 votes)
Description:
I have a flash file (.swf) that I would like to use instead of the current background image for the header/logo image on our site. Could you please give step by step instructions on how to do this?

I tried using the "Background Image" link on the admin panel and simply replacing the current image. That removed the current image but did not show the animated image.
Official DKPSystem.com Comments
No official comments yet
Replacing the banner with a SWF file will involve doing a little custom hacking on your part. You'll want to head to the Advanced Layout Options and download the current layout file (right click, save as). Then, on that downloaded file, edit it with a text editor, and where the current background is being shown, you'll want to add the embed code for the SWF file.

In the template you're using, look for:

<div id=background> 
	<div id=logo onClick="location.href='news.php'"></div> 
</div>


--
It's all in the reflexes.


[Back to Index]