28 lines
523 B
Text
28 lines
523 B
Text
Var MainfileSize = 0
|
|
DEBUGVAR BoxID
|
|
|
|
If CountryName = "Thailand" Then
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
If CountryName = "Malaysia" Then
|
|
Var EventTurnOn = 0
|
|
Else
|
|
If SystemDateMonthInt = 6 Then
|
|
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
|
DEBUGVAR MainfileSize
|
|
If MainfileSize = 7184295 Then
|
|
|
|
Var EventTurnOn = 1
|
|
EndIf
|
|
EndIf
|
|
|
|
|
|
If EventTurnOn = 1 Then
|
|
Var CountDownShowButton = 0
|
|
Var ShowButtonClickFull = "Invisible"
|
|
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
|
EndIf
|
|
EndIf
|