I&#39;m totally stuck and sure I&#39;m doing something really stupid.<br><br>Setting the autoPlay property of a swf in its onLoad event with the following code:<br><br><br><div style="margin-left: 40px;">if (looping == true) {<br>

    graphic.autoPlay = 2;<br>} else {<br>    graphic.autoPlay = 1;<br>}<br>debug(graphic.autoPlay);<br><br><br></div> &quot;Looping&quot; is set when the page begins (this is a modification to the swf template).  The debug statement gives the value expected, but the behavior of the swf just ignores it.  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>