#*******************************************************************
#
# NewVideoPlayer -- Example Multi-Level Roku Channel
#
# Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
#
#********************************************************************
#
title=Biztale 3.0
subtitle=NewVideoPlayer Example Roku Channel With Multi-Level Categories
#
major_version=1
minor_version=2
build_version=0
#
mm_icon_focus_hd=pkg:/images/mm_icon_focus_hd-366x210.png
mm_icon_focus_sd=pkg:/images/mm_icon_focus_sd-248x140.png
#
mm_icon_side_hd=pkg:/images/mm_icon_side_hd-108x69.png
mm_icon_side_sd=pkg:/images/mm_icon_side_sd-80x46.png
#
splash_screen_fhd=pkg:/images/mm_icon_focus_hd-366x210.png
splash_screen_hd=http://biztale.xyz/roku/images/splash_hd.png
splash_screen_sd=http://biztale.xyz/roku/images/splash_sd.png
#
splash_color=#414a4c
splash_min_time=1500
#
set up a pre-roll ad
vast = NWM_VAST()
vastURL = "pkg:/vast.xml"
util = NWM_Utilities()
raw = util.GetStringFromURL(vastURL)
? raw
vast.Parse(raw, false, true)
if vast.video <> invalid 'vast.ads.Count() > 0 and vast.ads[0].video <> invalid
PrintAA(vast.video)
video.preroll = vast.video
video.preroll.minBandwidth = 250
video.preroll.switchingStrategy = "full-adaptation"
end if
end sub
Do you have a new version with new sdk? :(, thanks in advance
Yes, please do make an updated, optimized version. It would be so helpful for me and others.
I've searched and searched on how to do this with the new system, tutorials don't seem to exist that I can find.
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 19th and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
We're sorry for this disruption — we’re excited to share what’s next!