picture and release pro robinson 8.84
This commit is contained in:
parent
5beeb12cc5
commit
d7513054ca
20 changed files with 409 additions and 30 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<Width> 1080</Width>
|
||||
<Height> 380 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Refresh> "Reload" </Refresh>
|
||||
<EventOpen>
|
||||
|
||||
If showMultiAds = "true" Then
|
||||
|
|
@ -62,5 +63,53 @@
|
|||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<EventVideoEnd>
|
||||
|
||||
If showMultiAds = "true" Then
|
||||
|
||||
|
||||
|
||||
|
||||
Var ads_idx = ads_idx + 1
|
||||
If ads_idx = 30 Then
|
||||
Var ads_idx = 0
|
||||
EndIf
|
||||
|
||||
If a_video_menu[ads_idx] = "" Then
|
||||
DEBUGVAR a_video_menu[ads_idx]
|
||||
Var ads_idx = 0
|
||||
EndIf
|
||||
|
||||
Var AdvTaobinMenu = "/mnt/sdcard/coffeevending/taobin_project/adv/taobin_adv_menu_" + a_video_menu[ads_idx]
|
||||
Var DisplayAds = AdvTaobinMenu + ".mp4"
|
||||
|
||||
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
|
||||
|
||||
|
||||
Else
|
||||
DEBUGVAR a_video_menu[ads_idx]
|
||||
Var AdvTaobinMenu = "/mnt/sdcard/coffeevending/taobin_project/adv/taobin_adv_menu_" + a_video_menu[ads_idx]
|
||||
Var DisplayAds = AdvTaobinMenu + ".mp4"
|
||||
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
|
||||
|
||||
</EventVideoEnd>
|
||||
<Filename> DisplayAds </Filename>
|
||||
</Video>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue