Image rotation working in template, but nowhere else

Hi,
I'm relatively new to Dreamweaver.
I have a page with some rotating images, created following a Communitymx recommendation (http://www.communitymx.com/content/article.cfm?cid=651FF).
The website template (http://www.johnaverill.com/templates/main_template.dwt) seems to rotate images perfectly; however, image rotation on index.html and the others will not work.
Any help or recommendations would be greatly appreciated.  Thanks, Paul

osgood_
ah, you are correct.  sorry, I didn't catch that I was i am just posting the same old apparent bad code (index.html).
I did create index_2.html and rename it to index.html per your instructions of Mar 5 (i've actually done it twice now). Pictures not rotating with the index_2 or the new index.html either.  
Also noticed recreating the index continues to get me the extra:
function randomImages(){
if(counter == (imgs.length)){
counter = 0;
the template seems to be putting this in there new index for some reason.
New index here:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/main_template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>John Averill - Welcome</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
background: #000;
margin: 0;
padding: 0;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
padding: 0;
margin: 0;
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px;
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
color: #000;
text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
a:visited {
color: #000;
text-decoration: none;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
text-decoration: underline;
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
width: 960px;
background: #FFF;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
background: #000;
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
.content {
font-size: 100%;
/* ~~ The footer ~~ */
.footer {
padding: 10px 0;
background: #FFF;
margin: 20px;
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
float: left;
margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
-->
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#maincontent {
width:915px;
height:auto;
z-index:1;
left: 114px;
top: 351px;
margin: 20px auto 0px;
.container .footer table tr td h6 {
color: #FFF;
</style>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
/* pw - removed old code
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
// Comma separated list of images to rotate
var imgs = new
Array('_images/1.jpg','_images/2.jpg','_images/3.jpg','_images/4.jpg');
// delay in milliseconds between image swaps 1000 = 1 second
var delay = 3000;
var counter = 0;
function preloadImgs(){
   for(var i=0;i<imgs.length;i++){
     MM_preloadImages(imgs[i]);
function randomImages(){
   if(counter == (imgs.length)){
     counter = 0;
   MM_swapImage('rotator', '', imgs[counter++]imgs[i]);
function randomImages(){
   if(counter == (imgs.length)){
     counter = 0;
   MM_swapImage('rotator', '', imgs[counter++]);
   setTimeout('randomImages()', delay);
</script>
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body onload="preloadImgs();randomImages();">
<div class="container">
  <div class="header">
    <div align="center"><!-- InstanceBeginEditable name="header_image" -->
<img src="_images/1.jpg" name="rotator" width="960" height="300" id="rotator" /><!-- InstanceEndEditable -->
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html">Home</a></li>
        <li><a href="about.html">About</a></li>
<li><a href="partners.html">Our Underwriters</a></li>
  <li><a href="claims.html">Claims</a></li>
<li><a href="markets.html">Industry Focus</a></li>
  <li><a href="assignments.html">Assignments</a></li>
  <li><a href="_clienttestimonials/testimonials.html">Client Testimonials</a></li>
  <li><a href="resources.html">Resources</a></li>
      </ul>
    </div>
    <!-- end .header -->
  </div>
  <div class="content">
<h1> </h1>
<!-- InstanceBeginEditable name="main_content" -->
<div id="maincontent">
  <p><img src="_images/john_averill_bw.jpg" alt="" width="98" height="122" align="right" /></p>
  <p> </p>
  <h1><img src="_images/johncaverill.jpg" alt="" width="313" height="80" id="Image3" /></h1>
  <h3>Insurance  and Risk Management for Aircraft/Aerospace and Defense Companies</h3>
  <p align="justify">Welcome, this is an online bio for John C. Averill.  This site also has a description of my capabilities, services offered and successes</p>
  <p align="justify">FIDUCIARY ROLE</p>
  <p align="justify">My team and I take our  fiduciary role as insurance brokers and risk consultants seriously. I am held  accountable to a select group of risk management professionals who have an  enormous amount of wisdom and knowledge about the property and casualty insurance  world, providing my team and me consistent guiding principles. Due to our  fiduciary role, we do not publicize our clients list but we do have several letters  from clients on file as part of this site, see Client Testimonials.</p>
  <p align="justify">CONFIDENCE IN THE PROCESS</p>
  <p align="justify">The process of  designing a risk management strategy and purchasing insurance should be  comprehensive. The focus should be on pre-engineering claims payments. You should have  total confidence in your broker and insurance company. After a claim has  occurred is not the time to second guess the dollars you spent on insurance  premiums and the commissions or fees you paid a broker. </p>
  <p align="justify">PHILOSOPHY</p>
  <p align="justify">Our philosophy and  goal is to never have a client have an uncovered claim that he / she failed to insure. We have developed   processes and procedures to determine exposures, forecast claims and efficiently  purchase the needed insurance coverage.</p>
  <p align="justify"><strong>SERVICES OF AEROSPACE AND DEFENSE DIVISION</strong></p>
  <p>Insurance Brokerage</p>
  <p>Risk Analysis  (Internal Risk Resource Data Base)</p>
  <p>Travel Risk Management  analysis</p>
  <p>Global Travelers Group </p>
  <p>Submission Preparation</p>
  <p>Benchmarking Analysis</p>
  <p>Contractual Review</p>
  <p>Loss Control</p>
  <p>Direct Access to all  major insurance companies</p>
  <p>Internal claims  adjustors</p>
  <p>Quarterly Newsletter </p>
  <h1> </h1>
</div>
<!-- InstanceEndEditable -->
<h1> </h1>
  </div>
  <div class="footer">
    <table border="0" align="center">
      <tr>
        <td width="906" height="5" bgcolor="#004C90"><h6>Aviation News</h6></td>
        <td width="906" height="5" bgcolor="#004C90"><h6>News on John</h6></td>
        <td width="906" height="5" bgcolor="#004C90"><h6>Quick Help</h6></td>
      </tr>
      <tr>
        <td width="906" height="25" valign="top"><h5 align="left">
          <script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.aero-news.net%2Fnews%2Frssfeed.xml&am p;num=3&amp;utf=y"  charset="UTF-8" type="text/javascript"></script>
          <noscript>
          <a href="View" _mce_href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fwww.aero-news.net%2Fnews%2Frs sfeed.xml&amp;num=3&amp;utf=y&amp;html=y">View">http://feed2js.org//feed2js.php?src=http%3 A%2F%2Fwww.aero-news.net%2Fnews%2Frssfeed.xml&amp;num=3&amp;utf=y&amp;html=y">View RSS feed</a>
          </noscript>
        </h5>
        <p align="left">  </p></td>
        <td width="906" height="25" valign="top"><h5>Averill speaks at 2011 Risk and Insurance Management  Society annual conference in Vancouver on Aviation Loss Control.  </h5>
        <h5>Averill appointed to National Business Aviation  Association Insurance Committee. </h5></td>
        <td width="906" height="25" valign="top"><!-- InstanceBeginEditable name="quick_help" -->
          <h5 align="left"><a href="claims.html">Claims Information</a></h5>
<h5 align="left"><a href="contacts.html">Contact Me</a></h5>
        <!-- InstanceEndEditable --></td>
      </tr>
    </table>
    <p><img src="_images/ioa_aerospace_logo.jpg" width="150" height="70" alt="ioa_logo" /></p>
</div>
  <!-- end .container --></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
<!-- InstanceEnd --></html>

Similar Messages

  • Swf works on desktop but nowhere else

    I embedded a video in a flash swf file and published it to my
    desktop. Works fine--by itself and in the html file I created. But
    when I copy it to another directory, it will not work. I copied all
    of the files--the swf file, the html file and the
    "SteelExternalAll.swf" player skin file. The flash screen opens but
    it is empty.
    I want to make this accessible so I can e-mail it to my web
    master to put on our corporate site. What can I do to make this
    work?
    Thanks

    As a possible idea, did you try the HTML file via a local web
    server? I have found, for example, that loading XML files can
    intermittently fail when using local paths, but work fine when I
    use URLs and a local server. Try to see if a local server helps, or
    see if your web master can utilitizes your files now, provided that
    you are using proper URLs.

  • OSX rejects correct password on boot (but nowhere else)

    Hello all,
    We've recently updated several Early2008 MBPs (Snow Leopard) to Late2013 MBPs (Mavericks).  With these new machines, OSX intermittently (more than 90% of the time) rejects correct login passwords from cold boot (when unlocking FileVault2 images), but nowhere else. 
    OSX never rejects passwords when:
    -waking from sleep.
    -authenticating in OSX environment
    -unlocking FileVault2 images from warm boot (restart, from either Windows or MacOS)
    -administrator password is shorter than 17 characters (machines only exhibit this issue if passwords are 17 characters or longer; we can shorten our passwords and then the issue goes away, but comes right back if we make the passwords longer.
    -Password length does not matter when cold boot logging in as a standard user account (not an administrator).
    Typical machine details:
    -Updated from 10.6.8 to 10.9.x, then to 10.9.4.  Note: we cannot upgrade to 10.9.5 until it is verified by our certification lab.
    -Using FileVault 2. 
    -Migration Assistant was NOT used.  Relevant files were copied over.  Fresh install from Apple. 
    -Passwords are alphanumeric only, with numbers, capital and lowercase letters.
    -OSX Server is not used in our environment.  Run of the mill Mavericks.
    -Key repeat rate set to 'fast' (only set when in userland).  Delay until repeat is 'short'
    -firmware lock enabled (note: issue still persists when disabled)
    Example:
    0. Machine is off.
    1. On first boot, admin attempts to log in and 24 digit password is repeatedly rejected.  It does not matter how slowly password is entered.
    Note: It is difficult to verify password length after the first 16-20 digits, as the GUI is only wide enough to display that many (?) characters.  Arrow keys are used to verify password length.
    2. After successfully logging in, admin successfully enters password on first try numerous times throughout workflow. 
    3. Admin restarts (warm boot) and successfully enters password on first try (every time).
    4. Repeat
    Workaround:
    A. Create a dummy standard user account with 20 character password.
    B. on cold boot, login as standard user.
    C. log out and then log back in as admin user.
    Unacceptable workarounds:
    -Use admin password less than 16 characters (company policy requires 20 characters or more for admin accounts).
    Questions:
    -Does the computer time need to be correct to successfully unlock a FileVault2 image?
    -Do these new MBPs not have a persistent time tracking device (like the old ones)?  Our machines often have the incorrect time until they can sync with time.apple.com
    -What is different about warm versus cold FileVault2 booting?
    -Has anyone else seen this behavior?

    Thanks for your comments.  I imagine this issue hasn't been reported because:
    -most people don't use FileVault
    -most people don't use passwords longer than 16 characters
    -most people assume they're just not entering their password correctly*
    I, too, haven't seen any other reports of this behavior.  We've disabled and reenabled FileVault2 on multiple machines without resolving the issue.
    *This is going to date me a bit, but as a troubleshooting step, we typed the password '37fhGBdh6UniqueGalaxy7' onto a USB-connected AlphaSmart 2000 (with key type speed set to 'Very Slow').  We then created a new admin user account on a sterile machine and used the AlphaSmart to enter the password.  We then performed several tasks that require admin password and verified that the AlphaSmart reliably enters the password once logged in.  However, we still see the same behavior only during cold boot... the password is 'incorrect' a majority of the time.
    I'll keep trying to isolate this issue, but I imagine it's similar to the bug in earlier OS versions where only the first 8 (and later, 16) digits are handled properly.

  • Had to reload drivers and updates for my HP scanjet G4050, I now enter image scan to scan photos but nowhere is there a "send" button to get them to iPhoto

    Since loading Maverick and then, with the assist of Apple Support, I had to reload drivers and updates for my HP scanjet G4050, I now enter image scan to scan photos but nowhere is there a "send" button to get them to iPhoto.

    Here are a couple of ideas:
    1. (my favorite) - connect the printer to the router with an Ethernet cable for virtually the same functionality, more speed and fewer connectivity issues.
    2. Reset by turning the printer off, holding # and 6 keys while and for a few seconds after turning it back on.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Pages numbers and keynotes not working on handoff, but everything else is?

    Pages numbers and keynotes not working on handoff, but everything else is, map, mail etc. Am I alone?

    Really appreciate your help with this. I am a bit of a novice here.. but.. After some more searching on this issue I notice your comments (cut/pasted  below)  with respect to this router and bridging mode. You mentioned that I should update my firmware on this router and that this would (if I am interpreting your reply correctly) facilitate my LAN to LAN connection and of course using this router simply as an access point and more to the point -  having the use of the guest network. So my question is even if I did update firmware,  seems I would still require 3rd party software to make this work? (re your last sentence in your comments below)  Just need to understand the process and determine whether or not it is worth it (or maybe I should upgrade the router) but I don't want to change the configs of the network wired router at this time... and need to use the E2500 or facsimile as  simply an access point with  guest network functionality,  Thanks much appreciated.
    "Again: some E series routers already support wired bridging in firmware, i.e. to use the router as simple access point.
    This is and was always possible using a LAN-LAN setup instead.
    The problem with the LAN-LAN setup is, however, that you have some limitations accessing the network storage or network printer, e.g. the router doesn't have the correct time and you cannot access the storage from remote using port forwarding through your main router.
    These limitations have been overcome with the wired bridge mode (internet connection type = bridge mode).
    But again: this has absolutely nothing to do with wireless bridging. That's something completely different and is not supported on Linksys routers in any firmware version so far. To do wireless bridging (i.e. the Linksys routers connects wirelessly to another main router) you need 3rd party firmware."

  • Since the last update of iTunes genius will not work it updates but nothing else

    since Itunes last update I can not get genius to work, it updates but when i click on start genius nothing happens, i am verily new to this so i am not sure what to do, it did work great before this update. i now have a new ipad mini and would love to have this working.

    Hi there navicin79,
    You may find the troubleshooting steps in the articles below helpful. The first thing I would try is reinstalling iTunes as outlined in the first article.
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/kb/ht2311
    OS X Mavericks: If an app freezes or quits unexpectedly
    http://support.apple.com/kb/PH13975
    -Griff W. 

  • Input type="image" only works in Safari, but not IE or Firefox?

    Having accidentally discovered a form on a site I am working on was only working in Safari, I've just spent about five hours retracing my steps, before eventually discovering that the code that was making the form fail was my submit code.
    The page I was looking at had quite a bit of validation, CAPTCHA code and some jQuery to style some drop downs, so I figured something there was the issue.
    But it turned out just to be the submit button.
    I've just tried it on my contact page, and its failing in Firefox (Mac) too (and so I assume IE as well.)
    Should this work, or is using input type="image" on a form submit button a big no no?
    This code works:
    <input type="submit" name="KT_Insert1" id="KT_Insert1" value="Post your query" />
    But this code does not work (except, it seems, in Safari):
    <input name="KT_Insert1" type="image" id="KT_Insert1" onmouseover="MM_swapImage('KT_Insert1','','../images/buttons/post_enquiry2.jpg',1)" onmouseout="MM_swapImgRestore()" value="Post your query" src="../images/buttons/post_enquiry1.jpg" border="0" />
    Or am I missing something here?

    Thanks for that - might have realised this a lot earlier if it didn't work in Safari!
    I assume I just need some CSS like:
    .formbutton
      background-image: image1.jpg;
    .formbutton :hover
      background-image: image2.jpg;
    And:
    <input type="submit" name="KT_Insert1" id="Send" value="Send message" class="formbutton" />

  • Spry accordion works in template, but not pages using that template

    So I added a spry accordion to one of my templates and changed the script to default closed. It works great. In the template. But not in any of the pages using that template. Basically I can see the content in the accordion on the page as if there is no accordion at all. And I can see the script and html telling me an accordion should be there. It just isn't. I can see the framework when in edit mode. But in live mode, it's like there's not there but the content.
    I'm using Dreamweaver CS6.
    Any thoughts?
    Thank you for your time!

    If the template has been created properly, then the Spry files should automatically be included in the child page(s).
    My template looks like
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="EditRegion3" -->
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <!-- TemplateEndEditable -->
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>
    My child page looks like
    <!doctype html>
    <html><!-- InstanceBegin template="/Templates/untitled.dwt.php" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta charset="utf-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <!-- InstanceBeginEditable name="EditRegion3" -->
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <!-- InstanceEndEditable -->
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • Flash image viewer works in preview but not online

    Hi
    I followed an online demo on how to get an image slideshow on my webpage using flash. It was using insert media image viewer. It all worked fine, looked great in the preview but when I put everything online I can't see it. Just an empty space were it should be. This is the site where it is
    http://www.idoityourself.com.au/ if tried moving the image to different areas in case it didn't like being in a folder within a folder etc but still didnt work. Any ideas??
    thanks

    http://www.idoityourself.com.au/Scripts/AC_RunActiveContent.js File not found.
    You have not uploaded the Scripts folder to your server which DW generated automatically for you when you inserted the Flash.

  • Onload Problem works with IE but nothing else

    I have a flash file in my page which I control the time line
    from buttons . Code as follows.
    I load my swf into a container div with swfobject.
    var flashvars = {};
    var params = {};
    params.menu = "false";
    params.wmode = "opaque";
    var attributes = {};
    attributes.id = "FlashIntro";
    swfobject.embedSWF("./Flash/Banner.swf", "Flashmovie", "914", "201", "8.0.0", "./Flash/expressInstall.swf", flashvars, params, attributes);
    I control its timeline with this code.
    function thisMovie(movieName) {
      // IE and Netscape refer to the movie object differently.
      // This function returns the appropriate syntax depending on the browser.
      if (navigator.appName.indexOf ("Microsoft") !=-1) {
        return window[movieName]
      } else {
        return document[movieName]
    // Checks if movie is completely loaded.
    // Returns true if yes, false if no.
    function movieIsLoaded (theMovie) {
      if (typeof(theMovie) != "undefined") {
        return theMovie.PercentLoaded() == 100;
      } else {
        return false;
    function go(theFrame) {
      if (movieIsLoaded(thisMovie(movieName))) {
        thisMovie(movieName).GotoFrame(theFrame);
    The function go is run onload in the body tag.
    set up cookies
    //Get cookie routine by Shelley Powers
    function get_cookie(Name) {
      var search = Name + "="
      var returnvalue = "";
      if (document.cookie.length > 0) {
        offset = document.cookie.indexOf(search)
        // if cookie exists
        if (offset != -1) {
          offset += search.length
          // set index of beginning of value
          end = document.cookie.indexOf(";", offset);
          // set index of end of cookie value
          if (end == -1) end = document.cookie.length;
          returnvalue=unescape(document.cookie.substring(offset, end))
      return returnvalue;
    function blue() { document.cookie="sitename=0" ;}
    function green() { document.cookie="sitename=1" ; }
    function red() { document.cookie="sitename=2"; }
    function orange() { document.cookie="sitename=3" ;}
    function yellow() { document.cookie="sitename=4" ; }
    function purple() { document.cookie="sitename=5" ;}
    set variable result to positon in timeline
    var result=get_cookie("sitename");
    The functions above control the timeline position and set a cookie variable result is last position so when you leave the page it remembers last position.
    <body onload="go(result);">
    It works fine in IE but any other browser it don't work.
    <body onload="go(result);">
    Please can anyone advise me

    Sorry that still only works in IE.

  • Audio in preview but nowhere else

    When I create an iDVD project, scenes have audio in preview mode but no audio in neither a disc image nor a burned DVD. Up until recently, this problem did not exist.
    I see numerous posts on audio probs but none that address this specific issue.

    I downloaded a trial version of DVDxDV and gave it a test drive. I must say I was less than impressed - the user has to skate through the movie, using a very coarse-control arrow, looking for the wanted clips. The documentation doesn't give a clue as to how to select a clip - I used Clear, In and Out buttons and the graphic looked as if I had selected the required section of movie but I was never able to do better than produce a 3 or 4 second clip of white space (I'm trying to extract a clip from a commercial DVD).
    I can load Cinematize-created clips and I can put them into iMovie so that may be the way to go. But first, I have a couple of nights' work learning how to use iMovie.
    BTW, my iDVD audio problem has fixed itself but the video quality is poor (like looking thru slightly distorted glass). I have one or two other minor problems too but there may be solutions so I'll probably leave this thread for the time being. Many thanks for your kind assistance - it really is great having forums like this to go to.
    foterpapillon

  • Alesis Multimix8 USB 2.0 Not working in STP but everyhere else

    Hello,
    Alesis Multimix8 USB 2.0. How come I cannot get any audio input from it despite selecting it from the STP 2.02 audio input selector? STP2 can see all of the units channels (10) but I cannot get audio from it.
    Funny thing is: BoomRecorder works with it. So does Audio Hijack Pro. Cubase LE4 works with it. But STP2 does not work with Multimix8 USB 2.0... Can STP2 work with Core Audio drivers?
    best,
    --Greg

    That's strange. I just used a MultiMix 12 USB last week on a Macbook with LP8. I didn't need to install any drivers at all. It just worked. Mine wasn't USB 2.0 though.

  • My printer prints from word but nowhere else. not even directly from printer glass.

    I have had this printer, Officejet Pro 8600 (Model # SNPRC-1101-01)since December 2013 with no problems until recently.  Nothing has changed.  No new computers, printers, change in internet servers, etc.  I can print from word documents but the printer sounds like its working overtime looking for what to print.  No strange noices just a lot of carriage movement.  It will not print directly from the glass and the automatic feed on top of machine does not work.  The print cartridges are in correctly along with plenty of the correct size of HP paper (8.5x11).  I now get various messages, Error; Paper detected does not match paper size or type selected.  Make sure paper size is correct to continue the job; etc.  Sometimes when it does print wirelessly, the margins are off center, leaving about 2-4" blank  space from papers left edge. I have tried all the obvious fixes.  Shutting it down.  Unplugging and letting it rest for 10 plus minutes before reconnecting to power and restarting. Turning Router off for 10 minutes before turning it back on.  I even checked the settings and selected " restore to factory default settings." 
    Please explain in great detail what I need to do to fix my printer as I am not that tech savy.  
    Thank you in advance for any help and advice.

    Melisa-
    I wonder if you have a print job stuck in the print queue?  Double click the Home button and a row of recent applications should appear across the bottom of the screen.  Scroll across and look for the Print Queue.
    Fred

  • Error shows up in default trace, but nowhere else; how to get more info ?

    Our default (java) traces get filled up quickly with the following messages :
       error 2010-06-29 11:10:13:851 Error during parsing body item ^mt_Order using class com.sap.aii.af.sdk.xi.mo.DefaultItem at ^Klantnaam/ caused by --- java.lang.NullPointerException com.sap.aii.af.sdk.xi.mo.Message.reparseRootDocument()
        error 2010-06-29 11:10:13:850 Caught an Exception: java.lang.NullPointerException org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference. com.sap.aii.af.sdk.xi.util.StreamXMLScannerImpl.next()
        error 2010-06-29 11:10:13:850 Excetption java.lang.NullPointerException at state 1 with current values  Klantnaam  com.sap.aii.af.sdk.xi.util.StreamXMLScannerImpl.updateState()
        error 2010-06-29 11:10:13:849 Caught an Exception in EP: org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference. com.sap.aii.af.sdk.xi.util.StreamXMLScannerImpl.run()
        error 2010-06-29 11:10:13:761 Error during parsing the SOAP part --- java.lang.NullPointerException
    based on the phrase "Klantnaam" and "mt_Order" I could find the likely culprit interface. this is a plain and
    simple SOAP-to-IDOC scenario.
    these messages never show up in RWB, so they must fail before RWB even is involved.
    I suspect that someone is sending us malformed soap (or http?) requests, and the soap message cannot be constructed from the message payload.
    sometimes (but not nearly as often as the log messages appear) I see a message in RWB with this text as "message : SOAP document" :
    authorization:Basic UElJU1VTRVI6cDBzdGIwZGU= accept-encoding:gzip sap-xi-messageid:8499D4D0835F11DFB78D0019994ADA63 content-length:7963 host:<deleted by poster> user-agent:SAP NetWeaver Application Server (1.0;711) content-type:multipart/related;boundary=SAP_0019994ADB6F02EE8FD38DB64E22D23D_END;type="text/xml";start="" soapaction:"http://sap.com/xi/XI/Message/30" ApplicationMessagesynchronous8499d4d0-835f-11df-b78d-0019994ada632010-06-29T09:20:11ZP_ismP21_100CRMXIF_ORDER_SAVEBestEffortSJMaf.p20.dbp20-seXIRA8499d4d0-835f-11df-b78d-0019994ada63is.20.cip20XI8499d4d0-835f-11df-b78d-0019994ada633.0af.p20.dbp20-seXIRA8499d4d0-835f-11df-b78d-0019994ada635fdc3fd7e5f335e3806fc35a13d2c233WarningOffMainDocumentMain XML documentApplication
    seems like a HTTP header to me, but not quite sure...
    my question : what can I do to get more information, especially about the content of the messages causing this behaviour ?
    I tried enabling more logging for the components menstioned in the above entries, but to no avail. 
    traces in SMICM and SICF also were not helpful.
    I hope to avoid to need to trace the actual network for the messages...
    any help much appreciated !
    Regards,
    Ronald
    Edited by: Ronald on Jun 29, 2010 11:24 AM Added RWB info

    Thanks for your reply.
    I am glad you support my diagnosis.
    however, since it is an unknown party calling the web service,
    my main question is how I can get more information on that source message.
    is there any trace which dumps that message content before it is being passed to and parsed by the soap adapter ??
    I have no clue who is sending this request, so I cannot ask them to investigate.
    Edited by: BW teamlid on Jun 29, 2010 4:00 PM rephrase

  • Connection Error in OBIEE but nowhere else

    I have a 10g database & a separate 11g database installed in separate Oracle Homes on a single machine. I've made the necessary entries to the tnsnames and listener.ora files to successfully connect to both of these 2 databases from SqlPlus, Toad and SQL Developer. However, when I'm in OBIEE 10.1.3.4 and attempt to import a table from either the 10g database or the 11g database using the OCI 10g/11g connection type, I get the error:
    +'ORA-12154 TNS could not resolve the connect identifier specified'+
    How is it that I can get this error only in OBIEE and not in SqlPlus, Toad and SQL Developer? Thanks.

    Thanks for your replies. I'm running Vista 64 which I upgraded a few weeks ago from Vista Home Premium to Vista Ultimate. Both the 10g and 11g Oracle Clients are installed.
    So I'm now seeing what I need to look into. On this 64 bit machine I have separate 64 bit & 32 bit ODBC Drivers. It seems that the upgrade to Vista Ultimate screwed up these odbc drivers as I get errors when trying to connect from EXCEL. ACCESS, OBIEE using ODBC. Also, in an unsuccessful attempt to connect a 32 bit app (SIMBA), I installed a 32 bit 11g 'Instant Client' and copied over files from the 32 bit ODBC Instant Client download. These generate connection errors too.
    I guess the clearest task I have is to figure out how to restore / reinstall OCI Drivers and ODBC Drivers for both 64 bit and 32 bit. Focusing on the 11g database, do I simply uninstall and then reinstall the 11g client? Will that take care of both 64 & 32 bit odbc & OCI drivers?
    This post now falls clearly outside of an OBIEE problem but any suggestions are appreciated.

Maybe you are looking for

  • Memory leak in Application

    Hi, we're load testing an application using Coherence. It uses a distributed cache, with an web application as the client, and separate cache servers implementing a Cache Store. We're getting several memory leaks and one area that was reported was a

  • In EJB3 entities, what is the equiv. of key-cache-size for PK generation?

    We have an oracle sequence which we use to generate primary keys. This sequence is set to increment by 5. e.g.: create sequence pk_sequence increment by 5; This is so weblogic doesn't need to query the sequence on every entity bean creation, it only

  • How do I transfer a pdf file from a mac to Z1?

    I'd like to transfer some pdf files from my macbook to my Z1 to read while commuting, but Bridge only seems to allow me to click music, videos and picture files. When I get to my pdf folder, the files are unclickable so I can't synch them. Is there a

  • Time Machine partition problem

    I have TM installed on a Maxtor One Touch III (1.5TB) drive. I partitioned the drive into two, one of which is dedicated to TM. *That* partition originally had "invalid node structure" problems that Disk Utility could not repair and DiskWarrior had i

  • Bookmarks no longer open with left click

    I'm not sure what's going on. If I hover over my bookmarks, they do show the correct URL in the lower left corner, but clicking them results in no action. It just returns to the browsing window. If I right click them and "Open in a new tab" or "open