I am using this javascript to play small sound files (about 10k).
<script language="JavaScript" type="text/javascript">QT_WriteOBJECT('sounds/easy1_a/a.wav', '20', '35', '','bgcolor', 'blue','autoplay', 'false','kioskmode','true');</script>
It seems to be working well, with one hitch.
When the page is initially loaded, no matter how long I wait, some of the files either will not play or they are incomplete (play but end too soon).
If I reload the page everything always works perfectly.
This is in Firefox and IE.
In case it is relevant, I am running other scripts on the pages (menu and visitor tracking).
The site is- so feel free to check out the complete page source.
Hope someone knows how to fix this.
Alan
<script language="JavaScript" type="text/javascript">QT_WriteOBJECT('sounds/easy1_a/a.wav', '20', '35', '','bgcolor', 'blue','autoplay', 'false','kioskmode','true');</script>
It seems to be working well, with one hitch.
When the page is initially loaded, no matter how long I wait, some of the files either will not play or they are incomplete (play but end too soon).
If I reload the page everything always works perfectly.
This is in Firefox and IE.
In case it is relevant, I am running other scripts on the pages (menu and visitor tracking).
The site is- so feel free to check out the complete page source.
Hope someone knows how to fix this.
Alan