Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-05-2008, 10:28 PM   PM User | #1
NewWebDesigner
New Coder

 
Join Date: Oct 2008
Posts: 29
Thanks: 6
Thanked 0 Times in 0 Posts
NewWebDesigner is an unknown quantity at this point
Flash Video Not Loading in Pages Created From Dreamweaver Template

I have a flash banner on my template page. It is loading there, but when I make a new page from my template the flash does not load. I tried changing to site relative it did not seem to help.

Here is my code for the template page:

Code:
<html>
<head>
<meta http-equiv="title" content="AZNEX Cooperative Services"/>
<title>AZNEX Cooperative Services</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="AZNEX Cooperatice provides next generation of high-speed Internet through Wi-Power.  Wi-Power is high-speed Internet access designed to serve the needs of consumers by providing broadband internet without a wired connection. Wi-Power delivers true broadband connections in an always on format./>
<link rel="shortcut icon" href="http:../favicon.ico">
<link href="../body2.css" rel="stylesheet" type="text/css">
<link href="../number.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_0618101136_0) return;
                      window.mm_menu_0618101136_0 = new Menu("root",154,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618101136_0.addMenuItem("About&nbsp;Wi-Power®","location='../about.htm#'");
  mm_menu_0618101136_0.addMenuItem("Residential&nbsp;Pricing","location='../resprice.htm#'");
  mm_menu_0618101136_0.addMenuItem("Business&nbsp;Pricing","location='../busprice.htm#'");
  mm_menu_0618101136_0.addMenuItem("Check&nbsp;Availability","location='../check.cfm'");
  mm_menu_0618101136_0.addMenuItem("Wi-Power®&nbsp;Website","location='http://www.wi-power.com'");
   mm_menu_0618101136_0.fontWeight="bold";
   mm_menu_0618101136_0.hideOnMouseOut=true;
   mm_menu_0618101136_0.bgColor='#555555';
   mm_menu_0618101136_0.menuBorder=1;
   mm_menu_0618101136_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618101136_0.menuBorderBgColor='#777777';
window.mm_menu_0618102314_0 = new Menu("root",157,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618102314_0.addMenuItem("Contact&nbsp;Us","location='../contact.htm#'");
  mm_menu_0618102314_0.addMenuItem("Webmail","location='https://webmail.powerc.net/'");
  mm_menu_0618102314_0.addMenuItem("FAQ's","location='http://www.wi-power.com/faq.htm'");
  mm_menu_0618102314_0.addMenuItem("Terms&nbsp;and&nbsp;Conditions","location='http://www.wi-power.com/tos.htm'");
   mm_menu_0618102314_0.fontWeight="bold";
   mm_menu_0618102314_0.hideOnMouseOut=true;
   mm_menu_0618102314_0.bgColor='#555555';
   mm_menu_0618102314_0.menuBorder=1;
   mm_menu_0618102314_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618102314_0.menuBorderBgColor='#777777';

              window.mm_menu_0618102607_0 = new Menu("root",93,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618102607_0.addMenuItem("Contact&nbsp;Us","location='http://63.215.214.20/contact.htm#'");
  mm_menu_0618102607_0.addMenuItem("Speed&nbsp;Test","window.open('http://speedtest.ssvec.az.wi-power.com/initialmeter.php', '_self');");
   mm_menu_0618102607_0.fontWeight="bold";
   mm_menu_0618102607_0.hideOnMouseOut=true;
   mm_menu_0618102607_0.bgColor='#555555';
   mm_menu_0618102607_0.menuBorder=1;
   mm_menu_0618102607_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618102607_0.menuBorderBgColor='#777777';

mm_menu_0618102607_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
<script language="JavaScript" src="../mm_menu.js"></script>
<link href="../body.css" rel="stylesheet" type="text/css">
<link href="../copyright.css" rel="stylesheet" type="text/css">
<script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script language="JavaScript1.2">mmLoadMenus();</script>
<!-- ImageReady Slices (AZNEX Template.psd) -->
<div align="center"> 
  <table id="Table_01" width="800" height="584" border="0" cellpadding="0" cellspacing="0">
    <tr bgcolor="#000000"> 
      <td height="168" colspan="6" valign="top"></noscript>
        <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','194','title','Home','src','../AZNEX home Flash 2','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../AZNEX home Flash 2' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="194" title="Home">
          <param name="movie" value="../AZNEX home Flash 2.swf">
          <param name="quality" value="high">
          <embed src="../AZNEX home Flash 2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="194"></embed>
      </object></noscript></td>
    </tr>
    <tr valign="middle"> 
      <td height="34" colspan="6" bgcolor="#000000" class="Nav"> 
        <div align="center"><a href="../index.htm#"style="text-decoration:none">Home&nbsp;&nbsp;&nbsp; 
          &nbsp;&nbsp; </a>&nbsp; <a href="javascript:;" name="link5" id="link1"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618101136_0,0,26,null,'link5')" onMouseOut="MM_startTimeout();">High-Speed 
          Internet</a>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="javascript:;" name="link2" id="link2"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618102314_0,0,26,null,'link2')" onMouseOut="MM_startTimeout();">Customer 
          Care&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </a><a href="javascript:;" name="link3" id="link4"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618102607_0,0,26,null,'link3')" onMouseOut="MM_startTimeout();"> 
          Internet Support&nbsp;&nbsp;&nbsp;&nbsp; </a><a href="../contact.htm#"style="text-decoration:none"> 
          &nbsp; &nbsp;&nbsp; Contact Us</a></div></td>
    </tr>
    <tr> 
      <td height="347" colspan="4" bgcolor="#000000">&nbsp;</td>
      <td width="793" height="347" align="left" valign="middle"><table width="100%" height="351" border="0">
          <tr> <!-- TemplateBeginEditable name="body" -->
            <td height="347">&nbsp;</td>
            <!-- TemplateEndEditable --></tr>
        </table> </td>
      <td width="3" bgcolor="#000000">&nbsp;</td>
    </tr>
    <tr valign="middle"> 
      <td height="29" colspan="6" bgcolor="#000000" class="bottomnav"><a href="http://63.215.214.20/index.htm#"style="text-decoration:none">&nbsp; 
        &nbsp; Home&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!-- TemplateBeginEditable name="Print" --><a href="http://63.215.214.20/indexprint.htm#"style="text-decoration:none">Printer 
        Friendly Page</a><!-- TemplateEndEditable --></td>
    </tr>
  </table>
  <!-- End ImageReady Slices -->
  <span class="disclaimer">&copy;AZNEX 2008</span></div>
</body>
</html>
Here is code for a child page:

Code:
<html><!-- InstanceBegin template="/Templates/aznex.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="title" content="AZNEX Cooperative Services"/>
<title>AZNEX Cooperative Services</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="AZNEX Cooperatice provides next generation of high-speed Internet through Wi-Power.  Wi-Power is high-speed Internet access designed to serve the needs of consumers by providing broadband internet without a wired connection. Wi-Power delivers true broadband connections in an always on format./>
<link rel="shortcut icon" href="http:../favicon.ico">
<link href="body2.css" rel="stylesheet" type="text/css">
<link href="number.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_0618101136_0) return;
                      window.mm_menu_0618101136_0 = new Menu("root",154,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618101136_0.addMenuItem("About&nbsp;Wi-Power®","location='../about.htm#'");
  mm_menu_0618101136_0.addMenuItem("Residential&nbsp;Pricing","location='../resprice.htm#'");
  mm_menu_0618101136_0.addMenuItem("Business&nbsp;Pricing","location='../busprice.htm#'");
  mm_menu_0618101136_0.addMenuItem("Check&nbsp;Availability","location='../check.cfm'");
  mm_menu_0618101136_0.addMenuItem("Wi-Power®&nbsp;Website","location='http://www.wi-power.com'");
   mm_menu_0618101136_0.fontWeight="bold";
   mm_menu_0618101136_0.hideOnMouseOut=true;
   mm_menu_0618101136_0.bgColor='#555555';
   mm_menu_0618101136_0.menuBorder=1;
   mm_menu_0618101136_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618101136_0.menuBorderBgColor='#777777';
window.mm_menu_0618102314_0 = new Menu("root",157,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618102314_0.addMenuItem("Contact&nbsp;Us","location='../contact.htm#'");
  mm_menu_0618102314_0.addMenuItem("Webmail","location='https://webmail.powerc.net/'");
  mm_menu_0618102314_0.addMenuItem("FAQ's","location='http://www.wi-power.com/faq.htm'");
  mm_menu_0618102314_0.addMenuItem("Terms&nbsp;and&nbsp;Conditions","location='http://www.wi-power.com/tos.htm'");
   mm_menu_0618102314_0.fontWeight="bold";
   mm_menu_0618102314_0.hideOnMouseOut=true;
   mm_menu_0618102314_0.bgColor='#555555';
   mm_menu_0618102314_0.menuBorder=1;
   mm_menu_0618102314_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618102314_0.menuBorderBgColor='#777777';

              window.mm_menu_0618102607_0 = new Menu("root",93,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618102607_0.addMenuItem("Contact&nbsp;Us","location='http://63.215.214.20/contact.htm#'");
  mm_menu_0618102607_0.addMenuItem("Speed&nbsp;Test","window.open('http://speedtest.ssvec.az.wi-power.com/initialmeter.php', '_self');");
   mm_menu_0618102607_0.fontWeight="bold";
   mm_menu_0618102607_0.hideOnMouseOut=true;
   mm_menu_0618102607_0.bgColor='#555555';
   mm_menu_0618102607_0.menuBorder=1;
   mm_menu_0618102607_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618102607_0.menuBorderBgColor='#777777';

mm_menu_0618102607_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
<link href="body.css" rel="stylesheet" type="text/css">
<link href="copyright.css" rel="stylesheet" type="text/css">
<script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script language="JavaScript1.2">mmLoadMenus();</script>
<!-- ImageReady Slices (AZNEX Template.psd) -->
<div align="center"> 
  <table width="800" height="584" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr bgcolor="#000000"> 
      <td height="168" colspan="6" align="center" valign="top"></noscript>
        <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','194','align','absmiddle','title','Home','src','AZNEX home Flash 2','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../AZNEX home Flash 2' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="194" align="absmiddle" title="Home">
          <param name="movie" value="AZNEX home Flash 2.swf">
          <param name="quality" value="high">
          <embed src="AZNEX home Flash 2.swf" width="800" height="194" align="absmiddle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
      </object></noscript></td>
    </tr>
    <tr valign="middle"> 
      <td height="34" colspan="6" bgcolor="#000000" class="Nav"> 
        <div align="center"><a href="../index.htm#"style="text-decoration:none">Home&nbsp;&nbsp;&nbsp; 
          &nbsp;&nbsp; </a>&nbsp; <a href="javascript:;" name="link5" id="link1"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618101136_0,0,26,null,'link5')" onMouseOut="MM_startTimeout();">High-Speed 
          Internet</a>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="javascript:;" name="link2" id="link2"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618102314_0,0,26,null,'link2')" onMouseOut="MM_startTimeout();">Customer 
          Care&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </a><a href="javascript:;" name="link3" id="link4"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618102607_0,0,26,null,'link3')" onMouseOut="MM_startTimeout();"> 
          Internet Support&nbsp;&nbsp;&nbsp;&nbsp; </a><a href="../contact.htm#"style="text-decoration:none"> 
          &nbsp; &nbsp;&nbsp; Contact Us</a></div></td>
    </tr>
    <tr> 
      <td height="347" colspan="4" bgcolor="#000000">&nbsp;</td>
      <td width="793" height="347" align="left" valign="middle"><table width="100%" height="351" border="0">
          <tr> <!-- InstanceBeginEditable name="body" --> 
            <td width="31%" height="345" align="center" valign="middle">
<table width="99%" height="371" border="0" align="center" class="body2">
                <tr align="right" valign="baseline"> 
                  <td width="81%" height="367" align="center" valign="middle" class="body2"> 
                    <div class="headline">
                      <div class="headline">
                        <div class="headline"> 
                          <p class="headline2"><span class="headline">AZNEX offers 
                            Wi-Power<sup class="unnamed4">®</sup> High-Speed Internet 
                            as your premium broadband solution. <br>
                            <br>
                            Call today to set up your wireless Internet service.</span></div>
							
                        <div align="center" class="unnamed2"><span class="number">Why Choose Wi-Power<sup class="unnamed3">®</sup>?</span></p> 
                        </div>
                        <div align="left"> 
                          <p><span class="Topics">Reduced Cost:</span> <span class="body2">Our 
                            wireless technology can provide substantial cost benefits 
                            when compared to traditional home or business options, 
                            such as cable, DSL and other high-speed Internet options.</span><span class="body2"><br>
                            <br>
                            </span><span class="Topics">Faster Speed:</span> <span class="body2">Upload 
                            and download speeds are as fast or faster than virtually 
                            every other broadband service available today. No 
                            more long waiting!<br>
                            <br>
                            </span><span class="Topics">Increased Security:</span> 
                            <span class="body2">Enhanced security, comparable 
                            to any corporate or government network. No need to&nbsp;worry 
                            about sharing sensitive or proprietary information.</span><span class="body2"><br>
                            <br>
                            </span><span class="Topics">Higher Quality Service:</span> 
                            <span class="body2">Proven technology. Your service 
                            is always on and always available.<br>
                            </span><span class="body2"><br>
                            </span><span class="Topics">Superior Customer Service:</span> 
                            <span class="body2">As our customer, you are the most 
                            important asset. We offer timely troubleshooting and 
                            support services for your home and office to keep 
                            your communications up to speed.&nbsp; Call us on 
                            our dedicated service support line for Wi-Power customers.<br>
                            <br>
                            </span></p>
                        </div>
                        <div align="center"><span class="number">Call Today! <br>
                          1-866-383-0891</span></div>
                      </div>
                      <div align="left"></div>
                    </div>
                    <div align="left"></div></td>
                </tr>
              </table> </td>
            <!-- InstanceEndEditable --></tr>
        </table> </td>
      <td width="3" bgcolor="#000000">&nbsp;</td>
    </tr>
    <tr valign="middle"> 
      <td height="29" colspan="6" bgcolor="#000000" class="bottomnav"><a href="http://63.215.214.20/index.htm#"style="text-decoration:none">&nbsp; 
        &nbsp; Home&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!-- InstanceBeginEditable name="Print" --><a href="http://63.215.214.20/aboutprint.htm#"style="text-decoration:none">Printer 
        Friendly Page</a><!-- InstanceEndEditable --></td>
    </tr>
  </table>
  <!-- End ImageReady Slices -->
  <span class="disclaimer">&copy;AZNEX 2008</span></div>
</body>
<!-- InstanceEnd --></html>
Thanks for your help in adavnce

Last edited by NewWebDesigner; 11-06-2008 at 03:16 PM.. Reason: Resolved
NewWebDesigner is offline   Reply With Quote
Old 11-06-2008, 12:06 PM   PM User | #2
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
I don't know much about templates, but I don't agree that using the default method of loading Flash in DW is best. There is a link to a post in my signature about embedding flash, I would try using that in your template for a better solution.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Old 11-06-2008, 12:48 PM   PM User | #3
NewWebDesigner
New Coder

 
Join Date: Oct 2008
Posts: 29
Thanks: 6
Thanked 0 Times in 0 Posts
NewWebDesigner is an unknown quantity at this point
Thanks Jeremy, I tried this and now the flash is not working all together. I have to be doing something wrong, I just cant figure it out. It shows a flash file in dreamweaver but will not preview in dreamweaver and when tested nothing shows up. I am still just getting a white box.

Here is my new code:
Code:
<html>
<head>
<meta http-equiv="title" content="AZNEX Cooperative Services"/>
<title>AZNEX Cooperative Services</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="AZNEX Cooperatice provides next generation of high-speed Internet through Wi-Power.  Wi-Power is high-speed Internet access designed to serve the needs of consumers by providing broadband internet without a wired connection. Wi-Power delivers true broadband connections in an always on format./>
<link rel="shortcut icon" href="http:../favicon.ico">
<link href="../body2.css" rel="stylesheet" type="text/css">
<link href="../number.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_0618101136_0) return;
                      window.mm_menu_0618101136_0 = new Menu("root",154,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618101136_0.addMenuItem("About&nbsp;Wi-Power®","location='../about.htm#'");
  mm_menu_0618101136_0.addMenuItem("Residential&nbsp;Pricing","location='../resprice.htm#'");
  mm_menu_0618101136_0.addMenuItem("Business&nbsp;Pricing","location='../busprice.htm#'");
  mm_menu_0618101136_0.addMenuItem("Check&nbsp;Availability","location='../check.cfm'");
  mm_menu_0618101136_0.addMenuItem("Wi-Power®&nbsp;Website","location='http://www.wi-power.com'");
   mm_menu_0618101136_0.fontWeight="bold";
   mm_menu_0618101136_0.hideOnMouseOut=true;
   mm_menu_0618101136_0.bgColor='#555555';
   mm_menu_0618101136_0.menuBorder=1;
   mm_menu_0618101136_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618101136_0.menuBorderBgColor='#777777';
window.mm_menu_0618102314_0 = new Menu("root",157,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618102314_0.addMenuItem("Contact&nbsp;Us","location='../contact.htm#'");
  mm_menu_0618102314_0.addMenuItem("Webmail","location='https://webmail.powerc.net/'");
  mm_menu_0618102314_0.addMenuItem("FAQ's","location='http://www.wi-power.com/faq.htm'");
  mm_menu_0618102314_0.addMenuItem("Terms&nbsp;and&nbsp;Conditions","location='http://www.wi-power.com/tos.htm'");
   mm_menu_0618102314_0.fontWeight="bold";
   mm_menu_0618102314_0.hideOnMouseOut=true;
   mm_menu_0618102314_0.bgColor='#555555';
   mm_menu_0618102314_0.menuBorder=1;
   mm_menu_0618102314_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618102314_0.menuBorderBgColor='#777777';

              window.mm_menu_0618102607_0 = new Menu("root",93,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FEE900","#999999","#999999","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0618102607_0.addMenuItem("Contact&nbsp;Us","location='http://63.215.214.20/contact.htm#'");
  mm_menu_0618102607_0.addMenuItem("Speed&nbsp;Test","window.open('http://speedtest.ssvec.az.wi-power.com/initialmeter.php', '_self');");
   mm_menu_0618102607_0.fontWeight="bold";
   mm_menu_0618102607_0.hideOnMouseOut=true;
   mm_menu_0618102607_0.bgColor='#555555';
   mm_menu_0618102607_0.menuBorder=1;
   mm_menu_0618102607_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0618102607_0.menuBorderBgColor='#777777';

mm_menu_0618102607_0.writeMenus();
} // mmLoadMenus()
//-->
</script>
<script language="JavaScript" src="../mm_menu.js"></script>
<link href="../body.css" rel="stylesheet" type="text/css">
<link href="../copyright.css" rel="stylesheet" type="text/css">
<script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script language="JavaScript1.2">mmLoadMenus();</script>
<!-- ImageReady Slices (AZNEX Template.psd) -->
<div align="center"> 
  <table id="Table_01" width="800" height="584" border="0" cellpadding="0" cellspacing="0">
    <tr bgcolor="#000000"> 
      <td height="168" colspan="6" valign="top"></noscript>
        		<script type="text/javascript" src="swfobject.js"></script>
		<script type="text/javascript">
			swfobject.registerObject("AZNEX home Flash 2", "9.0.0");
		</script>
			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="194" id="AZNEX home Flash 2">
				<param name="movie" value="AZNEX home Flash 2.swf" />
				<!--[if !IE]>-->
				<object type="application/x-shockwave-flash" data="AZNEX home Flash 2.swf" width="800" height="194">
				<!--<![endif]-->
					<a href="http://www.adobe.com/go/getflashplayer">
						<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
					</a>
				<!--[if !IE]>-->
				</object>
				<!--<![endif]-->
			</object></td>
    </tr>
    <tr valign="middle"> 
      <td height="34" colspan="6" bgcolor="#000000" class="Nav"> 
        <div align="center"><a href="../index.htm#"style="text-decoration:none">Home&nbsp;&nbsp;&nbsp; 
          &nbsp;&nbsp; </a>&nbsp; <a href="javascript:;" name="link5" id="link1"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618101136_0,0,26,null,'link5')" onMouseOut="MM_startTimeout();">High-Speed 
          Internet</a>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="javascript:;" name="link2" id="link2"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618102314_0,0,26,null,'link2')" onMouseOut="MM_startTimeout();">Customer 
          Care&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </a><a href="javascript:;" name="link3" id="link4"style="text-decoration:none" onMouseOver="MM_showMenu(window.mm_menu_0618102607_0,0,26,null,'link3')" onMouseOut="MM_startTimeout();"> 
          Internet Support&nbsp;&nbsp;&nbsp;&nbsp; </a><a href="../contact.htm#"style="text-decoration:none"> 
          &nbsp; &nbsp;&nbsp; Contact Us</a></div></td>
    </tr>
    <tr> 
      <td height="347" colspan="4" bgcolor="#000000">&nbsp;</td>
      <td width="793" height="347" align="left" valign="middle"><table width="100%" height="351" border="0">
          <tr> <!-- TemplateBeginEditable name="body" -->
            <td height="347">&nbsp;</td>
            <!-- TemplateEndEditable --></tr>
        </table> </td>
      <td width="3" bgcolor="#000000">&nbsp;</td>
    </tr>
    <tr valign="middle"> 
      <td height="29" colspan="6" bgcolor="#000000" class="bottomnav"><a href="http://63.215.214.20/index.htm#"style="text-decoration:none">&nbsp; 
        &nbsp; Home&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!-- TemplateBeginEditable name="Print" --><a href="http://63.215.214.20/indexprint.htm#"style="text-decoration:none">Printer 
        Friendly Page</a><!-- TemplateEndEditable --></td>
    </tr>
  </table>
  <!-- End ImageReady Slices -->
  <span class="disclaimer">&copy;AZNEX 2008</span></div>
</body>
</html>
Thanks for your help in advance!
NewWebDesigner is offline   Reply With Quote
Old 11-06-2008, 12:54 PM   PM User | #4
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
Maybe get rid of the white spaces in your file names. This is not good and might be causing some issues with the file.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Users who have thanked gnomeontherun for this post:
NewWebDesigner (11-06-2008)
Old 11-06-2008, 01:42 PM   PM User | #5
NewWebDesigner
New Coder

 
Join Date: Oct 2008
Posts: 29
Thanks: 6
Thanked 0 Times in 0 Posts
NewWebDesigner is an unknown quantity at this point
that worked!!!! Thank you sooooooooooooooooooo much!!!!
NewWebDesigner is offline   Reply With Quote
Old 11-06-2008, 03:17 PM   PM User | #6
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
Welcome

Its best practice to never have spaces in URLs, because technically they shouldn't be there. So make sure all of your files have no spaces, so it makes it easier later on.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Old 11-06-2008, 03:21 PM   PM User | #7
NewWebDesigner
New Coder

 
Join Date: Oct 2008
Posts: 29
Thanks: 6
Thanked 0 Times in 0 Posts
NewWebDesigner is an unknown quantity at this point
Thanks that is something I did not know, Im so use to print were it doesnt matter. I will do that from now on. Im learning something new everyday!
NewWebDesigner is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:37 AM.


Advertisement
Log in to turn off these ads.