11-11-2009, 08:31 AM
I've tested on several other computers without the same problem. Just some weird glitch on my current machine with mono mp3's and WMP11.
I really appreciate this example. It is really very good.
I've been trying to implement this just like the "Play" command without any luck:
PlayARRAY(action [ARRAY(str)] [show])
action: 0 none, 1 play, 2 stop, 3 pause, 4 loop, 5 play while macro runs; show: 0 none, 1 show, 2 hide, -1 close player.
Thanks again.
I really appreciate this example. It is really very good.
I've been trying to implement this just like the "Play" command without any luck:
str s=
;$my music$\file1.mp3
;$my music$\file2.mp3
;$my music$\file3.mp3
ARRAY(str) PlayList=s
PlayARRAY 1 PlayList
action: 0 none, 1 play, 2 stop, 3 pause, 4 loop, 5 play while macro runs; show: 0 none, 1 show, 2 hide, -1 close player.
Thanks again.