taobin_project/inter/mys/video/script_video.ev

37 lines
941 B
Text
Raw Normal View History

2023-10-16 17:27:52 +07:00
Var MainfileSize = 0
Var EventTurnOn = 0
2023-12-20 10:22:17 +07:00
2023-10-16 17:27:52 +07:00
DEBUGVAR MainfileSize
2023-12-20 10:22:17 +07:00
If SystemDateMonthInt = 12 Then
2023-12-21 14:25:27 +07:00
GetFileSizeK "taobin_project/inter/mys/video/video_main_event.mp4" MainfileSize
2023-12-20 10:22:17 +07:00
DEBUGVAR MainfileSize
If MainfileSize = 9203607 Then
Var EventTurnOn = 1
EndIf
EndIf
2023-10-16 17:27:52 +07:00
2023-12-20 10:22:17 +07:00
If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 3 Then
2023-12-21 14:25:27 +07:00
GetFileSizeK "taobin_project/inter/mys/video/video_main_event.mp4" MainfileSize
2023-12-20 10:22:17 +07:00
DEBUGVAR MainfileSize
If MainfileSize = 9203607 Then
Var EventTurnOn = 1
EndIf
EndIf
EndIf
2023-10-16 17:27:52 +07:00
DEBUGVAR EventTurnOn
If EventTurnOn = 1 Then
2023-12-20 10:22:17 +07:00
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
2023-12-21 14:25:27 +07:00
Var VideoMainPage = "ROOT/taobin_project/inter/mys/video/video_main_event.mp4"
2023-10-16 17:27:52 +07:00
Else
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
2024-01-22 11:07:24 +07:00
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main.mp4"
2023-12-20 10:22:17 +07:00
EndIf