|
Post by tanger32au on Dec 7, 2018 2:46:46 GMT
I have a video file which is a demo of my software in use. I would like to add a way to play with from within my program, is this possible with JB?
|
|
|
Post by Rod on Dec 7, 2018 10:55:56 GMT
Cundo posted a solution a while back.
url$ = "https://www.youtube.com/watch?v=npo5D9IvOBU&feature=youtu.be"
run "rundll32.exe url.dll,FileProtocolHandler ";url$
|
|
|
Post by tanger32au on Dec 10, 2018 22:05:25 GMT
Thanks for that, I will give it a try.
|
|
|
Post by tanger32au on Dec 12, 2018 22:44:16 GMT
That worked perfectly, can I close the window once it has finished?
|
|
|
Post by Rod on Dec 13, 2018 9:44:38 GMT
Not without API calls. You need Liberty BASIC and ShellExecuteA function combined with WaitForSingleObject. So not really for this forum.
|
|