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
Javascript in Audio Streaming.
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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..