taobin_project/video/script1.ev

57 lines
1.2 KiB
Text
Raw Normal View History

2022-11-22 15:24:12 +07:00
Var MainfileSize = 0
2023-03-26 21:19:33 +07:00
DEBUGVAR BoxID
2023-11-10 16:05:27 +07:00
Var EventMatch = 0
2023-03-26 21:19:33 +07:00
2024-07-23 18:01:51 +07:00
Var EventMatch = 1
2023-06-15 09:56:20 +07:00
2023-12-20 11:15:09 +07:00
DEBUGVAR EventMatch
2023-11-10 16:05:27 +07:00
If EventMatch = 1 Then
2024-07-23 18:01:51 +07:00
Var WebAppShow = "Invisible"
2023-10-16 17:50:32 +07:00
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
DEBUGVAR MainfileSize
2024-11-01 10:39:22 +07:00
If MainfileSize = 10634530 Then
Var CurrentMainVideoTemp = 1
Var CountDownShowButton = 0
;Var MainPageEventWithTimeout = 25
Var ShowButtonClickFull = "Invisible"
Var img_rest_main_page = "ROOT/taobin_project/image/main_page/bn_main_page_start.png"
Var MemberButtonFileNameRest = "ROOT/taobin_project/image/main_page/bn_main_page_member.png"
Var img_reset_topup = "ROOT/taobin_project/image/main_page/bn_main_page_topup.png"
2023-10-27 09:48:13 +07:00
If CocktailShow = "true" Then
Else
Var EventTurnOn = 1
EndIf
2023-02-03 19:08:51 +07:00
EndIf
2023-10-16 17:50:32 +07:00
EndIf
2023-03-28 14:44:43 +07:00
2023-10-16 17:50:32 +07:00
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
2022-11-22 15:24:12 +07:00
EndIf
2024-03-24 14:37:28 +07:00
DEBUGVAR VideoMainPage
2024-07-23 18:01:51 +07:00
If taobin_notopup = "true" Then
GetFileSizeK "taobin_project/video/_main_page_notopup.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize > 0 Then
Var VideoMainPage = "ROOT/taobin_project/video/_main_page_notopup.mp4"
EndIf
EndIf