2023-10-16 17:27:52 +07:00
|
|
|
Var MainfileSize = 0
|
|
|
|
|
Var EventTurnOn = 0
|
|
|
|
|
DEBUGVAR MainfileSize
|
|
|
|
|
If SystemDateMonthInt = 10 Then
|
|
|
|
|
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
|
|
|
|
DEBUGVAR MainfileSize
|
2023-10-16 17:49:02 +07:00
|
|
|
If MainfileSize = 14492932 Then
|
2023-10-16 17:27:52 +07:00
|
|
|
Var EventTurnOn = 1
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
DEBUGVAR EventTurnOn
|
|
|
|
|
|
|
|
|
|
If EventTurnOn = 1 Then
|
|
|
|
|
Var CountDownShowButton = 0
|
|
|
|
|
Var ShowButtonClickFull = "Invisible"
|
|
|
|
|
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_event.mp4"
|
|
|
|
|
Else
|
|
|
|
|
Var CountDownShowButton = 0
|
|
|
|
|
Var ShowButtonClickFull = "Invisible"
|
|
|
|
|
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
|
|
|
|
|
EndIf
|