Flash header logo and phpnuke... want it to be static

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Flash header logo and phpnuke... want it to be static
picos
CZ Newbie
picos has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 07, 2006
0.00 posts per day
Posts: 12
Points: 0
   
I was wondering how i can make my logo for my site load only once. The logo itself is a SWF file and it's animated. I want it to load once so when you browse the site it doesn't have to reload all the time.

[ Register or login to view links on this board.]

You will see my logo at the top... the code is below

<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
   <tr>
      <td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width="60%" height="110" bgcolor="#000000">
        <p align="center">
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="167">
              <param name="movie" value="/fork/themes/smartDark/images/logo.swf">
              <param name="quality" value="high">
              <embed src="/fork/themes/smartDark/images/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="167"></embed>
           </object>
       </td>
  </tr>
</table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#000000"><table width="100%" border="0" cellspacing="0" cellpadding="4">
            <tr>
              <td width="150" nowrap><font class="content">$theuser</font></td>
              <td nowrap><div align="center"><font class="content"><strong>::</strong>&nbsp; <a href="/fork/index.php">Home</a>
                    &nbsp;<strong>::</strong>&nbsp; <a href="/fork/modules.php?name=Downloads">Downloads</a>
                    &nbsp;<strong>::</strong>&nbsp; <a href="/fork/modules.php?name=Your_Account">Your
                    Account</a> &nbsp;<strong>::</strong>&nbsp; <a href="/fork/modules.php?name=Forums">Forums</a>
                    &nbsp;<strong>::</strong></font></div></td>
              <td width="150" nowrap><div align="center"><font class="content">
$datetime
                  </font></div></td>
            </tr>
          </table></td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#000000"><img src="/fork/themes/smartDark/images/7px.gif" width="7" height="7"></td>
      </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
      <tr valign="top">
        <td>$public_msg<img src="/fork/themes/smartDark/images/pixel.gif" width="1" height="1" border="0" alt=""></td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
  <td valign="top" width="1" background="/fork/smartDark/themes/smartDark/images/7px.gif">



Back to top Reply with quote
#2   re: Flash header logo and phpnuke... want it to be static
picos
CZ Newbie
picos has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 07, 2006
0.00 posts per day
Posts: 12
Points: 0
   
anyone got ideas on this?



Back to top Reply with quote
#3   re: Flash header logo and phpnuke... want it to be static
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 58
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Not easily.

It might be possible to set your site up in a frameset so that your logo sits in a frame at the top and your whole site sits in a bottom frame. You'd need to call the Flash movie directly into the top frame and remove it from the header.



Back to top Reply with quote
#4   re: Flash header logo and phpnuke... want it to be static
picos
CZ Newbie
picos has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 07, 2006
0.00 posts per day
Posts: 12
Points: 0
   
sounds like fun lol... How come some sites are able to have a static logo with phpnuke?



Back to top Reply with quote
#5   re: Flash header logo and phpnuke... want it to be static
floppydrivez
CZ Addict
 Codezwiz Site Donator
floppydrivez has been a member for over 18 year's 18 Year Member
usa.gif mississippi.gif
Occupation: graphic design
Age: 42
Gender: Male
Website:
Status: Offline
Joined: Feb 26, 2006
0.08 posts per day
Posts: 518
Points: 4,848
AIM Address Yahoo Messenger MSN Messenger 
I have personally never seen a nuke site, with a static flash logo. Please post a link if you know of one. It might help some of us to give you some idea's of how it was done.



Back to top Reply with quote
#6   
DivotMaker
CZ Newbie
DivotMaker has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Sep 02, 2004
0.00 posts per day
Posts: 21
Points: 976
   
I have the same issue. I wonder if there's a way to load the static image if the person is logged in (using the logic that if they're logged in, they must have seen the flash logo already) or the SWF file if they're anonymous? Maybe something like:

if ($username == "$anonymous")...then use SWF
if not, then use static JPG




Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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 cannot attach files in this forum
You cannot download files in this forum