DO video
This commit is contained in:
parent
568b86200e
commit
11696367a2
11 changed files with 75 additions and 12 deletions
29
video/script1.ev
Normal file
29
video/script1.ev
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
Var MainfileSize = 0
|
||||
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
|
||||
If MainfileSize = 10598934 Then
|
||||
If SystemDateMonth = 11 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonth = 12 Then
|
||||
|
||||
Var EventTurnOn = 1
|
||||
|
||||
If SystemDateDay < 7 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
|
||||
If SystemDateDay = 6 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue