taobin_project/xml/test_video_loop.xml
2021-04-27 23:13:40 +07:00

51 lines
1.2 KiB
XML

<Page>
<Scale> "ALL" </Scale>
<Width> HeadScreenWidth </Width>
<Height> HeadScreenHeight </Height>
<EventOpen>
Int VideoAdvIndex
Var VideoAdvIndex = VideoAdvIndex + 1
If VideoAdvIndex = 1 Then
If TermTemOnline = "true" Then
Open "ROOT/termtem_project/xml/test_video_loop.xml"
Else
Var HeadVideoFilename = "/mnt/sdcard/coffeevending/taobin_project/video/taobin_adv1.mp4"
EndIf
EndIf
If VideoAdvIndex = 2 Then
Var HeadVideoFilename = "/mnt/sdcard/coffeevending/taobin_project/video/taobin_adv3.mp4"
EndIf
DEBUGVAR VideoAdvIndex
If VideoAdvIndex > 1 Then
Var VideoAdvIndex = 0
EndIf
Open "ROOT/taobin_project/xml/video_loop2.xml"
</EventOpen>
<Timeout> 5000 </Timeout>
<EventSecurity>
Open "/mnt/sdcard/coffeevending/xml/security_alarm.xml"
</EventSecurity>
<Button>
<X> 870 </X>
<Y> 0 </Y>
<Width> 200 </Width>
<Height> 200 </Height>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/vending_info.xml"
;OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/page_remove_cup.xml"
</EventClick>
</Page>