﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2703	Soundsetvolume doesn't work with object	Champak		"In the following code soundsetwavevolume works when audio is played through soundplay, but not when played through a wmp object. When played through the object, the volume bar of the script will be moved to the correct position in the windows volume mixer, but the audible volume doesn't actually change unless the bar is clicked on with the mouse.

{{{
; SoundPlay(""C:\Users\Lab\Music\Test\One Me.mp3"")


 $OPLAYER2 = ObjCreate(""wmplayer.ocx"")
 $OPLAYER2.url = ""C:\Users\Lab\Music\Test\One Me.mp3""


For $i = 0 To 100 Step 10
    Sleep(2000)
    Soundsetwavevolume ($i)
Next
}}}"	Bug	closed		AutoIt	3.3.10.2	None	Duplicate		
