Page 1 of 1

Javascript in Audio Streaming.

Posted: Wed Jun 16, 2004 8:12 am
by Mahesh
Hi,

I have created a forum where I am playing Live Windows Media File. I have made custom controls on the form for Play, Pause, Volume Level etc. In javascript, I am using document.liveradio.SetVolume(20), but I get the runtime error "Object doesn't support this property or method". Is SetVolume only for Real Media or it can be used in Windows Media also?

Thannks
Mahesh

Posted: Wed Jun 16, 2004 12:01 pm
by feyd
doing some searching on MSDN: http://msdn.microsoft.com/archive/en-us ... efault.asp and it's sibling example pages... I didn't see volume control, just mute..