B
Bernhard Bauernhofer
how can i adjust the volume of a video?
that doesn't work:
ourVideo = New Video(vid1)
ourVideo.Owner = Me
ourVideo.Audio.Volume = 0
'Start playing now
ourVideo.Play()
that doesn't work:
ourVideo = New Video(vid1)
ourVideo.Owner = Me
ourVideo.Audio.Volume = 0
'Start playing now
ourVideo.Play()