| 
 Posted by Dung Ping on 12/27/05 14:01 
I placed following code in a page to play background sound on IE and FF 
respectively: 
 
<bgsound 
src='http://www.ibiblio.org/chinese-music/Taiwan_Ceremonial/J02.Plums_March.au' 
loop='-1' /> 
 
<object> 
<embed 
src='http://www.ibiblio.org/chinese-music/Taiwan_Ceremonial/J02.Plums_March.au' 
loop='5'></embed> 
</object> 
 
However, when opened online with IE, there are double sounds, sounding 
that both pieces of code are working one after the other, with fraction 
of a second in between.  But opened offline, there are no double 
sounds.  Nor opened with FF. 
 
Following is the page.  But the song is in Chinese.  It may not be easy 
to detect the double sounds without some knowledge about the language. 
 
http://www.pinyinology.com/music/meihua.html 
 
Is there any problem with the code?  Expertise is greatly appreciated. 
Dung Ping
 
[Back to original message] 
 |