Javascript in Audio Streaming.

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Mahesh
Forum Newbie
Posts: 7
Joined: Sat Apr 10, 2004 4:48 am
Location: Coimbatore, India
Contact:

Javascript in Audio Streaming.

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
Post Reply