Sorry I'm late replying... you are right. I have video and pictures and even some animated gif's that might Illustrate a skill-drill and sometimes an entire gymnastics routine. On the web, I am using php and <iframe> to carry video in an html form but within an foxpro form, I want to list an athlete and then have a secondary grid to show all stored media for that athlete and then if selected I would love a small preview frame to watch it.... I'm keeping all .mp4 on a D: drive as part of a stored web but I thought on my local machine, Id like to develop a quick easy way to select, categorize, store and assign pointers so that I ultimately build on-line resumes for any subscribing athlete of their development and their mastefred skills.
Gary -----Original Message----- From: Kurt Wendt [mailto:[email protected]] Sent: Tuesday, October 13, 2015 10:22 AM To: [email protected] Subject: RE: MP4 Dave - your assuming that this is a YouTube video his is referring to that exists on the Web. I was thinking Gary has Pics and MP4 Videos on his HD that he wants to access in this app. Of course, I could be wrong. If so - I think that the MP4 can be stored in a General field - although I haven't personally done it. But - I'm sure Gary will clarify. And - Hey Gary - good to see you popping up in the group here again - hadn't heard much from you for a while (well, except I saw you made a reply back last month to another thread)... -K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Dave Crozier Sent: Tuesday, October 13, 2015 10:56 AM To: [email protected] Subject: RE: MP4 Gary, Why not embed the Web page in a form. oForm = CREATEOBJECT("form") With oForm .Width=500 .Height=500 .Show() .AddObject("oIE","olecontrol","shell.explorer.2") .oIE.Width = .Width .oIE.Height = .Height .oIE.Visible = .t. .oIE.navigate2("http://www.google.com") Set Step On EndWith *Read events -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Gary Sent: 13 October 2015 15:53 To: [email protected] Subject: MP4 Is there a tool or container in fox pro9 that I can insert an .mp4 movie. I building a gymnastic skill data base and in some cases I have a picture and or drawing and in many other instances I have a video. Ideally, I would like scroll through multiple views and then press play as the desired title is selected. Gary Jeurink [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

