MYS: add special video case in temple
This commit is contained in:
parent
62b864a8e7
commit
84e83f6ea2
7 changed files with 69 additions and 30 deletions
|
|
@ -39,6 +39,9 @@
|
|||
If PromotionOreoToppingFreeEnable = 1 Then
|
||||
Var DisplayAds = "/mnt/sdcard/coffeevending/taobin_project/inter/mys/adv/taobin_adv_menu_21.mp4"
|
||||
EndIf
|
||||
If UseSlideShowVideo = 1 Then
|
||||
Var DisplayAds = "/mnt/sdcard/coffeevending/taobin_project/inter/mys/adv/taobin_adv_menu_22.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -49,6 +52,15 @@
|
|||
EndIf
|
||||
DEBUGVAR DisplayAds
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
If PromotionOreoToppingFreeEnable = 1 Then
|
||||
Var DisplayAds = "/mnt/sdcard/coffeevending/taobin_project/inter/mys/adv/taobin_adv_menu_21.mp4"
|
||||
EndIf
|
||||
If UseSlideShowVideo = 1 Then
|
||||
Var DisplayAds = "/mnt/sdcard/coffeevending/taobin_project/inter/mys/adv/taobin_adv_menu_22.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Filename> DisplayAds </Filename>
|
||||
</Video>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue