Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sound playing well, but...............

Status
Not open for further replies.

estes53

Programmer
Jun 29, 2007
2
CO
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top