I'm trying to call 5 different AVI. files and play them all continuously (not simultaneously as I ststed in my previous ques) on the front panel. At the end of the program, I want to see the files play; 1,2,3,4,5 on Windows Media Player on the Front Panel. I saw the VI someone attached earlier, but that requires the user to hit play and stop and load and so on. I want to hardwire these into the code so that it just plays the files that the user tells it to.
I'm using invoke and property nodes to 1)load a file, 2)play the file, 3)stop the file....and then loop this 5 times.
Is this possible to instruct WMP to play these files? I've set the WMP on the front panlel to be an indicator, but the invoke & property nodes say th
ey need a reference or control. What do I have to reference it to, since I can't reference it to the same WMP?? Shouldn't I just have to give it a method such as Play, Load, or Stop and then reference the command to where I want it outputted???
I would really appreciate any help...thanks!!!
The VI I'm working on is on another comp at home, and I will attach it when I have access to it, to give insight to my problem.