Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Call a video from QB64
#1
Actually, no new routine for calling a video has to be worked into QB64, it can also be done that way. 
One can call a program for playing videos created in Visual Basic with "Run" from QB64. In the example, programs and video are in the same directory, but this is not necessary.

Let's see if you can also call up a player directly. Would be even easier.  Rolleyes
Code: (Select All)
'VisualBasic Videoprogramm aufrufen - 2. Sept. 2022

Print
Print "Ruft ein VisualBasic Programm zum Abspielen von Videos auf."
Print
Print "Weiter mit beliebiger Taste . . ."
Do
Loop While InKey$ = ""

'Aufruf des VB-Programms
Run "Video-abspielen.exe"

End

[Image: Video-aus-QB64-2022-09-02.jpg]
Reply


Messages In This Thread
Call a video from QB64 - by Kernelpanic - 09-02-2022, 05:06 PM
RE: Call a video from QB64 - by mnrvovrfc - 09-02-2022, 05:26 PM
RE: Call a video from QB64 - by Kernelpanic - 09-02-2022, 05:35 PM
RE: Call a video from QB64 - by Kernelpanic - 09-02-2022, 05:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How Many Years Until QB64ers are CALL OBSOLETE? Pete 62 3,819 02-20-2026, 03:15 AM
Last Post: bert22306
  A more complete instructional video James D Jarvis 2 599 05-08-2025, 03:16 PM
Last Post: James D Jarvis
  time tunnel animation - can this be done as high res and smooth as the video? madscijr 44 7,689 09-23-2024, 03:53 PM
Last Post: madscijr
  Call by reference / value Kernelpanic 3 905 11-28-2023, 03:41 AM
Last Post: TerryRitchie
  You never CALL Pete 13 2,415 12-02-2022, 12:23 AM
Last Post: mnrvovrfc

Forum Jump:


Users browsing this thread: 1 Guest(s)