Add video
This commit is contained in:
parent
4ab0e1feeb
commit
8f2a4a9f9e
32 changed files with 4781 additions and 16 deletions
|
|
@ -10,7 +10,7 @@ If SystemDateMonthInt = 9 Then
|
|||
Var ShopeePayLaterOn = 1
|
||||
|
||||
If SystemDateDayInt > 14 Then
|
||||
Var EDC_ThailandOn = 1
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -21,21 +21,11 @@ If BoxID = 172420 Then
|
|||
Var ShopeePayLaterOn = 0
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 10 Then
|
||||
|
||||
Var EDC_ThailandOn = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 11 Then
|
||||
|
||||
Var EDC_ThailandOn = 1
|
||||
EndIf
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;Var EDC_ThailandOn = 1
|
||||
|
||||
;
|
||||
;
|
||||
|
|
@ -141,6 +131,29 @@ If brewing_adv13_size = 9295686 Then
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If brewing_adv14_size = "" Then
|
||||
GetFileSizeK "taobin_project/video/brewing_adv14.mp4" brewing_adv14_size
|
||||
EndIf
|
||||
|
||||
DEBUGVAR brewing_adv_size
|
||||
If brewing_adv14_size = 9673549 Then
|
||||
Var BrewingAdvertiseEnable[ BrewingAdvertiseRunSlot] = 1
|
||||
Var BrewingAdvertiseVideo[ BrewingAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_adv14.mp4";
|
||||
If show_eng = "true" Then
|
||||
Var BrewingAdvertiseImage[BrewingAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_txt_adv14_en.png"
|
||||
Else
|
||||
Var BrewingAdvertiseImage[BrewingAdvertiseRunSlot] = "ROOT/taobin_project/video/brewing_txt_adv14.png"
|
||||
EndIf
|
||||
|
||||
Var BrewingAdvertiseDurationTime[BrewingAdvertiseShowSlot] = 28
|
||||
Var BrewingAdvertiseShowTextNextToOrder[ BrewingAdvertiseRunSlot] = 0
|
||||
|
||||
Var BrewingAdvertiseRunSlot = BrewingAdvertiseRunSlot + 1
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR BrewingAdvertiseShowSlot
|
||||
|
||||
Var brew_vdo1 = BrewingAdvertiseVideo[BrewingAdvertiseShowSlot]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue