2024-03-29 11:34:32 +07:00
|
|
|
Var MainfileSize = 0
|
|
|
|
|
Var EventTurnOn = 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEBUGVAR EventTurnOn
|
|
|
|
|
|
2024-04-08 21:55:56 +07:00
|
|
|
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main.mp4"
|
2024-08-23 16:51:17 +07:00
|
|
|
|
2024-03-29 11:34:32 +07:00
|
|
|
DEBUGVAR MainfileSize
|
|
|
|
|
If SystemDateMonthInt = 12 Then
|
2024-04-11 12:36:21 +07:00
|
|
|
GetFileSizeK "taobin_project/inter/common/video/video_main_event.mp4" MainfileSize
|
2024-03-29 11:34:32 +07:00
|
|
|
DEBUGVAR MainfileSize
|
|
|
|
|
If MainfileSize = 9267190 Then
|
|
|
|
|
Var EventTurnOn = 1
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If SystemDateMonthInt = 1 Then
|
|
|
|
|
If SystemDateDayInt < 3 Then
|
2024-04-11 12:36:21 +07:00
|
|
|
GetFileSizeK "taobin_project/inter/common/video/video_main_event.mp4" MainfileSize
|
2024-03-29 11:34:32 +07:00
|
|
|
DEBUGVAR MainfileSize
|
|
|
|
|
If MainfileSize = 9267190 Then
|
|
|
|
|
Var EventTurnOn = 1
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEBUGVAR EventTurnOn
|
|
|
|
|
|
|
|
|
|
If EventTurnOn = 1 Then
|
|
|
|
|
Var CountDownShowButton = 0
|
|
|
|
|
Var ShowButtonClickFull = "Invisible"
|
2024-04-11 12:36:21 +07:00
|
|
|
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main_event.mp4"
|
2024-03-29 11:34:32 +07:00
|
|
|
Else
|
|
|
|
|
Var CountDownShowButton = 0
|
|
|
|
|
Var ShowButtonClickFull = "Invisible"
|
2024-04-11 12:36:21 +07:00
|
|
|
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main.mp4"
|
2024-03-29 11:34:32 +07:00
|
|
|
EndIf
|