I am using following code in my HTML page but it is returning NULL. (IE8 , MS WIndows 7 Pro)
Set Sound = CreateObject("WMPlayer.OCX")
I am sure Windows Media Player is installed and working fine.
How to fix it?
I am using following code in my HTML page but it is returning NULL. (IE8 , MS WIndows 7 Pro)
Set Sound = CreateObject("WMPlayer.OCX")
I am sure Windows Media Player is installed and working fine.
How to fix it?
It seems like is impossible to use Visual Basic code like I use in HTML.
Instead of it we have to use Windows Media Player in DOM like this
And later we must implement all methdos to Start/Stop audio/movie.
For example