<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><BR >Ted, <BR>
I'm sorry I have to disappoint you. It seems that none of other major browsers is capable to provide<BR>
you with&nbsp;eough control this simple&nbsp;task requires, except Internet Explorer 4 through 7.<BR>
&nbsp;<BR>
After solving the preload issue, that could cause the browser to skip playing the first file or even mix <BR>
the following with previous. I was almost sure I can get it to work, but it didn't!<BR>
&nbsp;<BR>
I've even removed the BGSOUND tag completely to se if&nbsp;I can get it right on IE using EMBED only.<BR>
I did it and it did work. But the problem is: Netscape who introduced it can't handle it. Firefox of course not.<BR>
Opera neither. <BR>
Yes you are free to preload audios through EMBED tag but you can't do with it anything else.<BR>
They stay mute because they don't support embeded.object.play()&nbsp; command. And you can't change the SRC <BR>
attribute either. Especially not in any browser running on MAC. <BR>
There were two alternatives but none supported. To either change the source of embed tag dynamically or (worst) <BR>
to create a separate player plug-in instance for every audio file and then make them play with the timer control. <BR>
The first didn't work through because, none of the browsers except IE was able to dynamically change the source <BR>
of the file in EMBED. And the second, because turning&nbsp;the Autostart from false to true doesn't do anything after the <BR>
embed has loaded. And because play() command is not supported by any of other mozillas except IE.<BR>
At the end the Readystate check becomes obsolete even if supported by other primitive browsers refusing to evolve.<BR>
&nbsp;<BR>
Ajax, fajax etc are all the same bullshit, reusing IE technology (and lately flash) through simple scripts people like us used to publish.<BR>
I remember seeing some codes from early stage of ajax development. All it does is send&nbsp;unsupported&nbsp;methods to their<BR>
server for processing on IE browser&nbsp;(illegally) then simply retrieving results from it to render back in your client. <BR>
Any time their server(s) go&nbsp;down, your pages will&nbsp;stop&nbsp;responding throwing very ugly errors&nbsp;at your clients. Several server <BR>
round trips are often required thus making your pages as slow as they can get. <BR>
&nbsp;<BR>
Pity, firefox is pushing Ajax instead of pushing standards move forward.&nbsp;<BR>
&nbsp;<BR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>
Troy&nbsp;III<BR>
progressive&nbsp;art&nbsp;enterprise<BR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR ><BR>

<HR id=stopSpelling>
<BR>
&gt; Thanks&nbsp;very&nbsp;much&nbsp;for&nbsp;your&nbsp;code&nbsp;and&nbsp;effort.<BR>&gt; However,&nbsp;you&nbsp;have&nbsp;given&nbsp;me&nbsp;something&nbsp;to&nbsp;think&nbsp;about,&nbsp;<BR>
&gt;which&nbsp;is&nbsp;waiting&nbsp;for&nbsp;the&nbsp;server&nbsp;to&nbsp;be&nbsp;ready&nbsp;before&nbsp;sending&nbsp;it&nbsp;commands&nbsp;to&nbsp;play&nbsp;stuff.&nbsp;<BR>
&gt;I&nbsp;think&nbsp;this&nbsp;may&nbsp;require&nbsp;an&nbsp;ajax&nbsp;solution.<BR>&gt; <BR>&gt; Off&nbsp;to&nbsp;study&nbsp;that.<BR>&gt; <BR>&gt; Thanks&nbsp;again.<BR>&gt; <BR>&gt; tedd<BR><BR><br /><hr />With MSN Spaces email straight to your blog. Upload jokes, photos and more. It's free! <a href='http://clk.atdmt.com/MSN/go/msnnksac0030000001msn/direct/01/?href=http://www.imagine-msn.com/spaces' target='_new'>It's free!</a></body>
</html>