Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

playing music with .net?

79 views
Skip to first unread message

AAaron123

unread,
Jul 20, 2008, 8:13:00 PM7/20/08
to
I found the code below but it appears that bgsound is not

supported with XHTML 1.0 Transitional.

So I searched the internet and found many hits for producing sound but can't
figure what is old and what is current.

Can you point me to a way I can accomplish what the code below does but
using ASP.NET?

thanks

<bgsound src="thisone.mid" loop="-1">


<script type="text/javascript">

function stopSound() {

document.all.tags("bgsound")[0].volume = -10000;

}

function restartStop() {

document.all.tags("bgsound")[0].volume = 0;

}

</script>


Munna

unread,
Jul 21, 2008, 2:33:05 AM7/21/08
to

Mark Rae [MVP]

unread,
Jul 21, 2008, 3:49:04 AM7/21/08
to
"Munna" <munn...@gmail.com> wrote in message
news:8f8523b9-c89e-4a4f...@y38g2000hsy.googlegroups.com...

> I found this article on sound in ASP.NET
>
> http://www.vbdotnetheaven.com/UploadFile/scottlysle/PlaySoundsInASPX09032006083212AM/PlaySoundsInASPX.aspx

I use this: http://www.wimpyplayer.com/


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

AAaron123

unread,
Jul 21, 2008, 9:49:48 AM7/21/08
to
thanks, I'll check it out.

"Munna" <munn...@gmail.com> wrote in message
news:8f8523b9-c89e-4a4f...@y38g2000hsy.googlegroups.com...

AAaron123

unread,
Jul 21, 2008, 9:50:08 AM7/21/08
to
thanks, I'll check it out.

"Mark Rae [MVP]" <ma...@markNOSPAMrae.net> wrote in message
news:uX3k8Yw6...@TK2MSFTNGP03.phx.gbl...

0 new messages