<div dir="ltr">After testing I have discovered that it was a piece of code in an SWF that was upsetting Xerte/Google Chrome.  A different SWF with this code in it refused to play the sound at all in any browser.  So I would love any expert's opinions as to why the following code might have upset things?<div>
<br></div><div><div>red_orange = new Sound();</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>red_orange.attachSound("red_orange");</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>speaker_plain_btn.onRelease = function() {</div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span>red_orange.start(0,1);</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>speaker_plain_btn.onRollOver = function () {</div>
<div><span class="Apple-tab-span" style="white-space:pre">              </span>red_orange.start (0,1) ;}</div></div><div><br></div><div>Any other tips on making SWF's that are less likely to crash in Xerte would be gratefully received as apart from this I spent some hours yesterday re-constructing another SWF which refused to display in Xerte but worked outside.</div>
<div><br></div><div>I'm new to AS2 and beginning to wonder if I should stop dabbling.</div><div><br></div><div>Thanks very much.</div><div><br></div><div>Deborah</div></div>