LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to load several different avi files, and then play them back simultaneously at the end of the program

Thanks SachaE for the media player driver....but how can I modify this so that I can load several files (individually or as an array) and then be able to play them simultaneously at the end?
Thanks again,
Dan
0 Kudos
Message 1 of 2
(2,296 Views)
If you are wanting to play the files simultaneously, you will probably need to incorporate multi-threading, making sure that each avi file is being played on a separate thread. Otherwise, the files real play very choppily. You should probably make a subVI that plays the file, make it reentrant, and then call it multiple times on different threads.
J.R. Allen
0 Kudos
Message 2 of 2
(2,296 Views)