Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 91
3 members and 88 guests
huelva9, peardir46, ral6qkeighqenpa
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > General > Site design

Reply
 
LinkBack Thread Tools Display Modes
Flash in the theme headers
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 49
Join Date: Dec 2002
Location: San Clemente
Flash in the theme headers - 01-11-2003, 06:33 PM

Is it possible to place a swf file as the header image. I have tried placing it in the theme header.php and it comes up with a broken image. Path is correct but it will not take it. Any one seen this before.

JM


Be kind and assist others at least once a day and you will find yourself becomming less of a dick!
  Send a message via MSN to Retribution  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 359
Join Date: Nov 2002
Location: Michigan, USA
01-11-2003, 07:30 PM

i think you mean header.html ?

post the link that you have in there up here.
  Send a message via AIM to ReNeGaDe  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 49
Join Date: Dec 2002
Location: San Clemente
01-11-2003, 11:21 PM

themes/fiapple/images/flash/waves.swf

This is the link in the header.html file under the theme fiapple. I can change it to a jpg or gif but it wont take an swf file.

JM

The swf file is a header with motion to break the monotony of the static site.

http://www.jsm-inc.com/phpnuke/html/...lash/waves.swf


Be kind and assist others at least once a day and you will find yourself becomming less of a dick!
  Send a message via MSN to Retribution  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 11
Join Date: Nov 2002
01-12-2003, 01:22 AM

Are you using the correct <object> / <embed> tags and parmiters?

Just a thought, you've probibly been through this already.

I have found that I can edit the header.html file prety much to anything I want. I've never tried an animation, though...
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 49
Join Date: Dec 2002
Location: San Clemente
01-12-2003, 11:26 AM

No good point I will try that right now.

Thanks

JM


Be kind and assist others at least once a day and you will find yourself becomming less of a dick!
  Send a message via MSN to Retribution  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 49
Join Date: Dec 2002
Location: San Clemente
01-12-2003, 11:43 AM

Here is the code of the newly added embed source form my flash header in the header.html file I have copied the top section for a look

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="95">
<param name="movie" value="http://jsm-inc/phpnuke/html/themes/fiapple/images/flash/waves.swf">
<param name="quality" value="high">
<embed src="themes/fiapple/images/flash/waves.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="95"></embed>
</object>


The bold tags are for easier reading in the forum and I also have left the page up so you all can see what is happening.

http://www.jsm-inc.com/phpnuke/html

THanks

JM


Be kind and assist others at least once a day and you will find yourself becomming less of a dick!
  Send a message via MSN to Retribution  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 49
Join Date: Dec 2002
Location: San Clemente
01-12-2003, 11:48 AM

THis is what I whent to instead of all the added bologna that macromedia adds for the objects and redirect and it works great!

Fixed.


<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="757575">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="FFFFFF">
<tr>
<embed src="themes/fiapple/images/flash/waves.swf" quality="high" width="750" height="95"></embed>
</tr>
</table></td>

</tr>
</table>


Be kind and assist others at least once a day and you will find yourself becomming less of a dick!
  Send a message via MSN to Retribution  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Moderator
 
Status: Offline
Posts: 737
Join Date: Nov 2002
01-12-2003, 01:46 PM

I tried to view it, and the page hangs. Your banner didn't come up at all, and it eventually timed out.

Might be congestion, but I haven't had problems anywhere else today.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 49
Join Date: Dec 2002
Location: San Clemente
01-12-2003, 02:11 PM

I Have the banner working now, I had not changed the height and width to match the .swf file. Changed the bg to an image to match the bg

THanks for your help.

JM


Be kind and assist others at least once a day and you will find yourself becomming less of a dick!
  Send a message via MSN to Retribution  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 11
Join Date: Nov 2002
01-12-2003, 04:19 PM

Lookin good!

All the <object> tags do it tell you you don't have flash, and where you can get it. I personaly don't use any of that, as flash is not important to my design.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
War Zone Flash Gaming Theme Released dainbramage News 0 06-08-2007 10:34 PM
Flash Waters Open topics 1 03-29-2006 12:45 PM
Multiple Headers Duke Site design 1 01-09-2006 11:28 AM
Warning: Cannot modify header information - headers already djboycey Nuke 7.x - General 2 06-08-2005 03:19 PM
ShadowV2 Flash / Non-Flash shadow00697 Theme packs 1 06-16-2003 11:37 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31