AxMediaPlayer and URLs

  • Thread starter Thread starter FastForward
  • Start date Start date
F

FastForward

Anyone know how to get AxMediaPlayer to play a URL? I thought it would be
straight-forward, but this isn't working. Any help greatly appreciated.

AxMediaPlayer1.AutoStart = False

AxMediaPlayer1.FileName = "http://radio.yourstation.com"

AxMediaPlayer1.Play()



Thanks

FF
 
That's why it's not working - do you know how I can set AxMediaPlayer1. to
TargetURL (or similar?). Manipulating .FileName would also work, but I'm
stuck...

Cheers!

N
 
I think if you try to do a "DownloadFile" on this URI ... you certainly
could know the filename used to stream the radio ...and then you could try
to put this filename to your method of AxMediaPlayer and then i would works
i HOPE...

Bismark
 
Bismark Prods said:
I think if you try to do a "DownloadFile" on this URI ... you certainly
could know the filename used to stream the radio ...and then you could try
to put this filename to your method of AxMediaPlayer and then i would works
i HOPE...

Thanks but .DownloadFile isn't a member of AxMediaPlayer :(

FF
 
I know that !!! But it's a way to know the name of the file used by default
by the web site to display the music !!!

Try this ... Make research and find the solution !

Bismark
 
Back
Top