Logged Out
Create an Account
Login:
Password:

Forgot your password?
SWF Header


Back to the Tickets List

SWF Header
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

User-Submitted Comments
These posts are also available on the forum with more features. This page is intentional simplified

View this info on the forum
[You must be logged in to post comments]
4810 days ago
Chops Said:
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>

[You must be logged in to reply]