newchannel
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2016
11:29 AM
RAF and openrokn
I am trying to add RAF to the openrokn.brs file. Has anyone gotten this working yet?
Does this go at the top of the brs file:
Library "Roku_Ads.brs"
Does it matter where in the brs file the following items are placed within the code?
adIface = Roku_Ads()
adIface.setAdUrl(myAdUrl)
adPods = adIface.getAds()
shouldPlayContent = adIface.showAds(adPods)
I was going to add it after the playvideocontent line but it's coded differently so I need some guidance.
I'd appreciate any and all help.
Thanks a ton.
Does this go at the top of the brs file:
Library "Roku_Ads.brs"
Does it matter where in the brs file the following items are placed within the code?
adIface = Roku_Ads()
adIface.setAdUrl(myAdUrl)
adPods = adIface.getAds()
shouldPlayContent = adIface.showAds(adPods)
I was going to add it after the playvideocontent line but it's coded differently so I need some guidance.
I'd appreciate any and all help.
Thanks a ton.
http://www.victoryNOWfilmsandtv.com
2 REPLIES 2
newchannel
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2016
08:44 PM
Re: RAF and openrokn
Any hints? 🙂
http://www.victoryNOWfilmsandtv.com
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2016
03:29 AM