> 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
I use Camtasia also. Works great.
I have 19 instructional videos included in my racing software. I display them using code like this:
* do enter run video
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin
LOCAL lcInstruct
lcInstruct = "videos\enter_run\enter_run.html"
ShellExecute(0,"open",lcInstruct,"","",1)
Don Higgins
http://www.youtube.com/watch?v=dcuFx85o8XU