Do road show

This commit is contained in:
kong 2020-10-08 11:54:55 +07:00
parent 7742148daf
commit d9fb7e7eb9
21 changed files with 287 additions and 809 deletions

View file

@ -2,9 +2,22 @@
<Scale> "ALL" </Scale>
<Width> HeadScreenWidth </Width>
<Height> HeadScreenHeight </Height>
;<Video> AdvFilename </Video>
<Background> "ROOT/taobin_project/image/ad_main_2.png" </Background>
<Video> AdvFilename </Video>
<EventOpen>
Var Count = Count + 1
If VendingClass = "coffeeInthanin01" Then
If Count > 1 Then
Var Count = 1
EndIf
Else
If Count > 3 Then
Var Count = 1
EndIf
EndIf
Var AdvFilename = "/mnt/sdcard/coffeevending/video/adv_main_0"
Var AdvFilename = AdvFilename + Count
Var AdvFilename = AdvFilename + ".mp4"
</EventOpen>
@ -13,7 +26,7 @@
Open "/mnt/sdcard/coffeevending/xml/startup_head.xml"
</EventTimeout>
<EventEnd>
Open "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
Open "/mnt/sdcard/coffeevending/xml/test_video_loop.xml"
</EventEnd>
<EventSecurity>
Open "/mnt/sdcard/coffeevending/xml/security_alarm.xml"