I added some flash to my OSC web site, but it just plays in a loop. (code below)
Does someone know how to play the flash just once, and not over and over?
define('TEXT_MAIN', '
<table width="0%" border="0" cellspacing="0" cellpadding="0" align="right" style="margin-left:10px; margin-bottom:10px">
<tr>
<td>
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="350" height="300">
<param name="movie" value="images/yourflash.swf" />
<param name="quality" value="high" />
<embed src="images/yourflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="300"></embed>
</object>
</td>
</tr>
</table>