AUS: Added AO video for not AO machine
This commit is contained in:
parent
82d2e3a827
commit
8206f95131
2 changed files with 15 additions and 0 deletions
|
|
@ -21,6 +21,16 @@ If SystemDateMonthInt = 1 Then
|
|||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt <= 31 Then
|
||||
GetFileSizeK "taobin_project/inter/aus/video/video_main_ao.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 20796764 Then
|
||||
Var EventAO = 1
|
||||
Else
|
||||
DEBUGVAR "AO:Size incorrect"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -35,3 +45,8 @@ Else
|
|||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
|
||||
EndIf
|
||||
|
||||
If EventAO = 1 Then
|
||||
|
||||
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_ao.mp4"
|
||||
EndIf
|
||||
BIN
inter/aus/video/video_main_ao.mp4
Normal file
BIN
inter/aus/video/video_main_ao.mp4
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue