31 lines
527 B
Text
31 lines
527 B
Text
Var MainfileSize = 0
|
|
DEBUGVAR BoxID
|
|
|
|
If CountryName = "Thailand" Then
|
|
|
|
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
If CountryName = "Malaysia" Then
|
|
Var EventTurnOn = 0
|
|
Else
|
|
If SystemDateMonthInt = 8 Then
|
|
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
|
DEBUGVAR MainfileSize
|
|
If MainfileSize = 11040774 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
|