-
HDMV – how to create play/pause button?
Hi!
HDMV authroing is pretty good, w/o sample projects 🙂I just create pop-up menu, and want to create play/pause button.
How i can do this?
IMHO – on FirstPlay i set GPR(0)=1 (1 mean “play”)
In my pop-up menu:
if GPR(0)=1 goto label1
if GPR(0)=0 goto label2
breaklabel1
StillOn
GPR(0)=0
breaklabel2
StillOff
GPR(0)=1
break
But..I can to pause my video, and can’t to play 🙁
Sorry, there were no replies found.