Hi.
I have a problem.Please can you help me?

This is runing.
AxWindowsMediaPlayer1.URL="C:\video.avi"

But I want to set binary data for media player.
example,
Dim dArray() as byte=ReadData("C:\video.avi")
AxWindowsMediaPlayer1.URL = dArray

And I can't do. What is the method for read binary data?

Thanks..