Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programming MediaPlayer
Message
From
20/11/2007 23:25:38
 
 
To
20/11/2007 16:41:50
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01270307
Message ID:
01270389
Views:
24
>hi all
>I need to stream videos in myu application. I was thinking about using MediaPLayer. Anybody knows hoeìw to find references to control it ?
>Maybe there is a better ActiveX to use ?
>Thanks
>Alessio


You need look no further than the Windows Media Player Activex that will be installed on your computer.

Just drop it on a form using the Activex Container and then to play ANY compatible file:
ThisForm.Mediaplayer1.Url = GETFILE()
then navigate to any media file - AVI, WMV, WAV, Dat, MP3 etc.

and provided the codecs are installed it will play or it will try to download the codec if it can.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform