LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview launch quicktime movie

Thanks Coq Rouge, and Cory K, but unfortunately I can't use that embedded player method, because the resolution in the video suffers too much for my application. 

0 Kudos
Message 11 of 12
(461 Views)

 


@Fibo wrote:

Here's something I'm thinking but don't know how to execute... since toggling the spacebar while quicktime is selected plays/pauses the the quicktime video... is there a way to have labview select the quicktime player and then toggle the spacebar somehow?


 

You can use the 'Simulate_Keyboard.VI' as a subVI  to generate a keystroke.

It uses a wrapper for the user32.dll created by microsoft for windows computers.

I have attached that VI.

 

Just load it as a subVI into your code, and do this to make the computer press the Space key

space.png

Cory K
0 Kudos
Message 12 of 12
(454 Views)