why don't my audio files play?
Posted: Tue Jul 27, 2004 11:16 am
I'm using a hosting company where I placed my vxml and audio files. The audio files do not play. Is there a solution to that? Do I have to place the audio files on the PLUM server? Or do I need to set some kind of a time out? What is the code to prefetch audio files?
Thank you much!
Code: Select all
<form id="getdemo">
<field name="getzip" type="digits?length=5">
<prompt>
<audio src="wav/prompt4zip.wav">
Please enter your 5 digit zip code.
</audio>
</prompt>
<filled>
<goto nextitem="getgender"/>
</filled>
<catch event="nomatch noinput">
Sorry, I didn't hear you.
<reprompt/>
</catch>
</field>