View Single Post
Old 07-11-2006, 09:27 PM   #27 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Wink Re: Usftech

Attached is the flash header. Upload this SWF to your MISC directory located inside the USFTECH directory.

Then edit your header template and replace it with this:
Code:
<script type="text/javascript" src="$stylevar[imgdir_misc]/swfobject.js"></script>
<!-- logo -->
<a name="top"></a>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
 <tr>
  <td width="50" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="8" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="452" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="100%" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="129" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="11" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="118" height="1"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
 </tr>
 <tr>
  <td colspan="7" width="100%" height="164">
   <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <td width="510" height="164">
<div id="blueecco">
  Blue-Ecco
</div>
<script type="text/javascript">
   var so = new SWFObject("$stylevar[imgdir_misc]/blueecco.swf", "header", "510", "164", "7", "#424951");
   so.write("blueecco");
</script>
     </td>
     <td width="100%" height="164" class="h2"></td>
     <td width="258" height="164" bgcolor="#424951">
<div id="usftech">
  USFTECH template
</div>
<script type="text/javascript">
   var so = new SWFObject("$stylevar[imgdir_misc]/intro1.swf", "header", "258", "164", "7", "#424951");
   so.write("usftech");
</script>
     </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td colspan="2" width="58" class="i1" valign="top"><img width="58" height="56" border="0" src="$stylevar[imgdir_misc]/h4.jpg" alt="" /></td>
  <td colspan="3" width="100%" height="100%" bgcolor="#222629" valign="top">
<!-- /logo -->


<!-- content table -->
$spacer_open

$_phpinclude_output
Enjoy
Attached Files
File Type: swf blueecco.swf (100.3 KB, 27 views)
Sean is offline   Reply With Quote