<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>It might not be that simple.<div>Julian had a "b" of a time getting attached page synchronization to work and we're not sure if my fix would have a negative effect on that side of things.</div><div><br></div><div>We may fix one thing and break another. :-/</div><div><br></div><div>XMLEngine.fla</div><div>frame 1</div><div>line <span style="font-size: 12pt;">4731</span></div><div><br></div><div>Changed this </div><div><br></div><div>if (this._parent.sound.duration == this._parent.sound.position) {</div><div><br></div><div>to </div><div><br></div><div><span style="font-size: 12pt;">if ((this._parent.sound.duration != 0) && (this._parent.sound.duration == this._parent.sound.position)) {</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">It looks like server latency causes an initial value of 0 to be read for both audio duration and position.</span></div><div><span style="font-size: 12pt;">That causes the Wait frame loop to exit()  instead of waiting.</span></div><div><span style="font-size: 12pt;">So we added the </span><span style="font-size: 12pt;">duration != 0 condition to block that behavior.</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;"><br></span></div><div><br></div><div><div><div id="SkyDrivePlaceholder"></div><hr id="stopSpelling">Date: Tue, 9 Apr 2013 19:48:49 +0200<br>From: reijnders@tor.nl<br>To: xerte-dev@lists.nottingham.ac.uk<br>Subject: [Xerte-dev] Re: Change Nottingham in folder structure<br><br>
  
    
  
  
    Good news! Do you have the code? Is it general enough for everyone?
    Can you send me or Julian the modification? We can check it in in
    svn.<br>
    <br>
    Tom<br>
    <br>
    <div class="ecxmoz-cite-prefix">Op 9-4-2013 19:42, Dave Burnett
      schreef:<br>
    </div>
    <blockquote cite="mid:BLU153-W15E11A8712ADA9BD2FE77A7C60@phx.gbl">
      <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
      <div dir="ltr">Cheers Tom.
        <div><br>
        </div>
        <div>BTW, got that issue with audio's working locally but not
          off server fixed.</div>
        <div>Just a tweak of the Wait=1 code in XmlEngine.</div>
        <div>Dave</div>
        <div><br>
          <div>
            <hr id="ecxstopSpelling">Date: Tue, 9 Apr 2013 19:24:24 +0200<br>
            From: <a class="ecxmoz-txt-link-abbreviated" href="mailto:reijnders@tor.nl">reijnders@tor.nl</a><br>
            To: <a class="ecxmoz-txt-link-abbreviated" href="mailto:xerte-dev@lists.nottingham.ac.uk">xerte-dev@lists.nottingham.ac.uk</a><br>
            Subject: [Xerte-dev] Re: Change Nottingham in folder
            structure<br>
            <br>
            By heart, you need to change it in three places:<br>
            <br>
            1. in the originaltemplatesdetails table<br>
            2. The folder name in modules/xerte/parent_templates<br>
            3. The folder name in modules/xerte/templates<br>
            <br>
            Tom<br>
            <br>
            <div class="ecxmoz-cite-prefix">Op 9-4-2013 18:50, Dave
              Burnett schreef:<br>
              <br>
            </div>
            <blockquote cite="mid:BLU153-W49D6D23823057982D407EA7C60@phx.gbl">
              <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}


--></style>
              <div dir="ltr">Oops, sorry for the hijack. 
                <div><br>
                </div>
                <div>
                  <div>How tough is it to changes the USER-FILES
                    structure to alter the Nottingham string to
                    something else?</div>
                  <div><span style="font-size:12pt;">I searched the php
                      for Nottingham and got 936 hits (not
                      surprisingly).</span></div>
                  <div>Database entry?<br>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}


--></style></div>
      </div>
      <br>
      <br>
      <br>
      <br>
      <fieldset class="ecxmimeAttachmentHeader"></fieldset>
      <br>
      <pre>_______________________________________________
Xerte-dev mailing list
<a class="ecxmoz-txt-link-abbreviated" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a>
<a class="ecxmoz-txt-link-freetext" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="ecxmoz-signature">-- 
--

Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196

</pre>
  
<br>
<br><br>


<br>_______________________________________________
Xerte-dev mailing list
Xerte-dev@lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</div></div>                                          </div></body>
</html>