HD1010 video pause and resume
Struggling with keyboard control on HD1010 for playing videos assigned to a number on the numeric keypad.
Not sure if pause and resume is supported at this point, but when using the code below, my 1010 crashes.
Also, after pause(), it looks like the image on screen pauses, but the video is still playing, because when resumed video jumps to a later point down the video timeline.
'Pause and Resume CRASH!!!
if chr(msg) = "-" then video.Pause():print "Pausing ";nextVideo
if chr(msg) = "+" then video.Resume():print "Resuming ";nextVideo
if chr(msg) = "*" then video.Stop():print "Stoping ";nextVideo
Thanks for looking
Udi