Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Yousfi Benameur
  Where is Yousfi Benameur?
 El Bayadh
 Algeria
 Yousfi Benameur
 To: Tyrone Matthews
  Where is Tyrone Matthews?
 Bristol
 United Kingdom
 Tyrone Matthews
 Tags
Subject: RE: Playing Videos in Forms
Thread ID: 232091 Message ID: 232199 # Views: 35 # Ratings: 0
Version: Visual FoxPro 9 Category: Forms
Date: Saturday, June 20, 2009 12:16:41 PM         
   


> Hi Everyone,
>
> Does any one have good ways of playing videos in foxpro i wanted a form that showed video then sort of like a tutorial form. Please could you help with best ways, what formats should the videos should be in. most of all can it be done.
>
> Many Thanks
>
> Tyrone

You want only to run videos .
then use :
1-The Windows mediaplayer is a great tool and automated easily with VFP. It runs pratically all kinds of videos-in a window, on a form,can have fullscreen,..can access to the web videos..use it as activeX on your form (WMPlayer.OCX.7)

2-Use the browser Iexplore to read any video (wmv,avi,mpg,...even swf flash with activeX incorporated,....).can be on a form (browser) or standalone customizable (automation).And access to the web also.


3-there is other tools like Mplayer (open source.its fantastic for developpment)

4-if you want a simple tool to read AVI files use the videoplayer native vfp class.

5-you can also run any video (avi,mpg,wmv...) or sound (wav,mp3,...)from VFP with MCIStrings (use APIs).There is an old example in solution.

6-if your video are in SWF (flash format) you can embed it on activeX flash on the form.but it is better with the Iexplore browser.

Dont rate please.its only for the pleasure to help.Give me only a feed back.
Yousfi Benameur



COMPLETE THREAD
Playing Videos in Forms Posted by Tyrone Matthews @ 6/19/2009 4:06:06 PM
RE: Playing Videos in Forms Posted by Glen Villar @ 6/19/2009 4:20:02 PM
RE: Playing Videos in Forms Posted by Bill Chambers @ 6/19/2009 8:41:15 PM
RE: Playing Videos in Forms Posted by Don Higgins @ 6/19/2009 9:23:55 PM
RE: Playing Videos in Forms Posted by Bernard Bout @ 6/20/2009 4:20:34 AM
RE: Playing Videos in Forms Posted by Yousfi Benameur @ 6/20/2009 12:16:41 PM