<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: Tahoma;
}
@page WordSection1 {margin: 1.0in 1.0in 1.0in 1.0in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
P {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0in; MARGIN-RIGHT: 0in; FONT-FAMILY: "Times New Roman","serif"
}
SPAN.EmailStyle18 {
        FONT-WEIGHT: normal; COLOR: #1f497d; FONT-STYLE: normal; FONT-FAMILY: "Calibri","sans-serif"; TEXT-DECORATION: none
}
.MsoChpDefault {
        
}
DIV.WordSection1 {
        
}
</style>
<meta content="MSHTML 6.00.6000.17080" name="GENERATOR">
<style id="owaTempEditStyle"></style><style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body lang="EN-US" vlink="purple" link="blue" ocsi="x">
<div style="FONT-SIZE: 13px; COLOR: #000000; DIRECTION: ltr; FONT-FAMILY: Tahoma">
<div>You can't set autoPlay after the icon has been created. You want myIcon.clip.play() at that point.</div>
<div dir="ltr"><font face="Tahoma" color="#000000" size="2"></font>&nbsp;</div>
<div id="divRpF354742" style="DIRECTION: ltr">
<hr tabindex="-1">
<font face="Tahoma" color="#000000" size="2"><b>From:</b> xerte-bounces@lists.nottingham.ac.uk [xerte-bounces@lists.nottingham.ac.uk] On Behalf Of Paul Swanson [Paul.Swanson@harlandfs.com]<br>
<b>Sent:</b> 04 October 2010 22:48<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> RE: [Xerte] Problems setting autoPlay from script - Desktop Xerte 2<br>
</font><br>
</div>
<div></div>
<div>
<div class="WordSection1">
<p class="MsoNormal"><span style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">I thought autoPlay was Boolean (true or false), so the values should be either 1 or 0. If that doesn’t work, try using the onMovieReady event instead of
 onLoad. You might be running into an instance where the movie isn’t ready for playback, even though it is loaded.</span></p>
<p class="MsoNormal"><span style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></span>&nbsp;</p>
<div style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: blue 1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: medium none">
<div>
<div style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<p class="MsoNormal"><b><span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</span></b><span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk]
<b>On Behalf Of </b>Mary Ann Ahearn<br>
<b>Sent:</b> Monday, October 04, 2010 2:38 PM<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> [Xerte] Problems setting autoPlay from script - Desktop Xerte 2</span></p>
</div>
</div>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal" style="MARGIN-BOTTOM: 12pt">I'm totally stuck and sure I'm doing something really stupid.<br>
<br>
Setting the autoPlay property of a swf in its onLoad event with the following code:<br>
<br>
</p>
<div style="MARGIN-LEFT: 30pt">
<p class="MsoNormal" style="MARGIN-BOTTOM: 12pt">if (looping == true) {<br>
&nbsp;&nbsp;&nbsp; graphic.autoPlay = 2;<br>
} else {<br>
&nbsp;&nbsp;&nbsp; graphic.autoPlay = 1;<br>
}<br>
debug(graphic.autoPlay);<br>
<br>
</p>
</div>
<p class="MsoNormal" style="MARGIN-BOTTOM: 12pt">&nbsp;&quot;Looping&quot; is set when the page begins (this is a modification to the swf template).&nbsp; The debug statement gives the value expected, but the behavior of the swf just ignores it.&nbsp; It seems to be completely controlled
 by the value set by hand in the properties panel. <br>
<br>
Any suggestions would be most welcome.<br>
<br>
Thanks!<br>
ma<br>
<br>
<br>
</p>
<p>This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information
 contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
</p>
<p>This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may
 be monitored as permitted by UK legislation. </p>
</div>
</div>
</div>
</div>
</body>
</html>