do cocktail
This commit is contained in:
parent
8bf88cad9b
commit
7a57379f94
84 changed files with 1977 additions and 38 deletions
25
xml/adv_play.xml
Normal file
25
xml/adv_play.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<Page>
|
||||
<Scale> "ALL" </Scale>
|
||||
<Width> HeadScreenWidth </Width>
|
||||
<Height> HeadScreenHeight </Height>
|
||||
<Background> AdvImageFile </Background>
|
||||
<EventOpen>
|
||||
;
|
||||
Var FileNumber = FileNumber + 1
|
||||
If FileNumber > 2 Then
|
||||
Var FileNumber = 1
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> AdvImageTimeout </Timeout>
|
||||
<EventTimeout>
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
|
||||
</EventTimeout>
|
||||
|
||||
<EventSecurity>
|
||||
Open "/mnt/sdcard/coffeevending/xml/security_alarm.xml"
|
||||
</EventSecurity>
|
||||
|
||||
|
||||
</Page>
|
||||
Loading…
Add table
Add a link
Reference in a new issue