Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Issues
Author Message
krustymk
Hangin' Around



Joined: Jul 21, 2006
Posts: 33

PostPosted: Tue Dec 23, 2008 1:37 pm Reply with quote

Hi guys,

A little help if you could. I have added a flash logo (some snowflakes for the festive season) and it shows fine in IE but nothing in firefox.

Here is the code including a couple of lines from above and below the code, im using the RavenIce theme.

Code:
echo '<div id="header_wrap">

  <div id="header">
    <div id="head_content">
      <a href="', $nukeurl, '" title="', $sitename, ' - ', $slogan, '"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="150">
  <param name="movie" value="themes/RavenIce/images/logo.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="transparent">
     <embed src="logo.swf"
      quality="high"
      type="application/x-shockwave-flash"
      WMODE="transparent"
      width="800"
      height="150"
      pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></a>
    </div>';
   if ($banners) {
      echo '<div id="head_ad">';
      echo ads(1);
      echo '</div>';
   };


Also the shortcuts along the top are placed differently in both browsers aswell?
The site adress is www.mkarmwrestling.co.uk
Cheers Guys
merry christmas Wink
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Tue Dec 23, 2008 1:47 pm Reply with quote

Looks like your A HREF tag is wrong, I'm pretty sure it shouldn't have a double quote followed by a single quote.
 
View user's profile Send private message Send e-mail
krustymk







PostPosted: Wed Dec 24, 2008 9:49 am Reply with quote

So
Code:
<a href="', $nukeurl, '" title="', $sitename, ' - ', $slogan, '"


should read
Code:
<a href=", $nukeurl, " title=", $sitename,  - , $slogan, "

?

This code is taken striaght form the RavenIce theme
Code:
<div id="head_content">

      <a href="', $nukeurl, '" title="', $sitename, ' - ', $slogan, '"><img src="themes/RavenIce/images/logo.gif" alt="', $sitename, ' - ', $slogan, '" border="0" /></a>
    </div>'


This is my first time with flash so please be kind lol, ive tried searching but not found an answer.

Cheers guys
 
Guardian2003







PostPosted: Wed Dec 24, 2008 10:08 am Reply with quote

Sorry, that code is correct I didn't spot it until now that it is using a comma to concatonate the line.
Pretty sure though that you would want to put your flash code after the closing < /a> tag.
Also you might want to check the CSS file for the head_content DIV value. You flash file is given a width of 800 pixels which may be wider than the style allows and that would definitely give you weird appearence behaviour.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.3 RN Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©