Good morning!
I have an swf file that is embedded into an asp. Once it stops its animation, I want the reader of the asp to be able to click a button to "Replay" the animation if they wish. I have no clue how to call this procedure using a button. Any ideas on what code I could use to accomplish this? Here is the code that plays the animated file:
<tr>
<td align="center"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="400" height="400">
<param name="movie" value='Condenser4.swf'>
<param name="quality" value="high">
<embed src='Condenser4.swf' quality="high" pluginspage=" type="application/x-shockwave-flash" width="400" height="400"></embed></object>
</td>
Thanks in advance for your time and efforts!
Christine
I have an swf file that is embedded into an asp. Once it stops its animation, I want the reader of the asp to be able to click a button to "Replay" the animation if they wish. I have no clue how to call this procedure using a button. Any ideas on what code I could use to accomplish this? Here is the code that plays the animated file:
<tr>
<td align="center"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="400" height="400">
<param name="movie" value='Condenser4.swf'>
<param name="quality" value="high">
<embed src='Condenser4.swf' quality="high" pluginspage=" type="application/x-shockwave-flash" width="400" height="400"></embed></object>
</td>
Thanks in advance for your time and efforts!
Christine