<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Xerte Users,<BR>
I have yet another newbie type question.&nbsp; Sorry to be a pain.<BR>
&nbsp;<BR>
I've put all my interactions within the entry frame of the project and just use the pages to set up text, sound file name, ...&nbsp; I have a sound icon in&nbsp;a perpetual interaction within the entry frame (the user pushes a button to initiate the sound)&nbsp;set up to play FileLocation + audiofilename.&nbsp; The Play and Wait properties are set.&nbsp; When a page is opened, the audiofilename is set (to something like 'phone1.mp3').&nbsp; When the user clicks the button, a "playing" message is shown, the audio is played, and then the message is removed.<BR>
&nbsp;<BR>
This works fine within the development&nbsp;environment.&nbsp; When put on the web, however, control falls on through the sound icon and the "playing" message is only shown momentarily (even though the sound goes ahead and plays correctly).&nbsp; If the button is pressed again, the program acts as expected.<BR>
&nbsp;<BR>
My theory... the sound file is not loaded when the sound icon is activated, so the wait function doesn't work and control falls on through.&nbsp; A few seconds later, the sound file is completely loaded, so the sound icon works as expected.&nbsp;<BR>
&nbsp;<BR>
Does my theory sound correct?<BR>
Is there a way to work around the problem?&nbsp; like preloading the sound file?<BR>
Or is there a better way to handle this situation?<BR>
&nbsp;<BR>
Any advice you can provide would be appreciated.<BR>
&nbsp;<BR>
Have a great day,<BR>
Kent<BR><br /><hr />Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie. <a href='http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008' target='_new'>Learn Now</a></body>
</html>