Advertisement
Guest User

test code

a guest
Dec 12th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <script type="text/javascript" src="//services.brid.tv/player/build/brid.min.js"></script>
  2. <div id="myDiv" class="brid" itemprop="video" itemscope itemtype="http://schema.org/VideoObject"> </div>
  3. <script type="text/javascript">
  4. $bp("myDiv", {"id":"9740","width":"640","height":"360","video":"184811",
  5. "Ad": [
  6. {
  7. "adTagUrl": "YOUR AD TAG URL", //Will get called in succession on mobile and desktop if the flashAdTagURL is left empty. If the below param is populated, the ad tags here will get called on mobile only.
  8. "flashAdTagUrl": null, // Will get called in succession on desktop only
  9. "adType": "0", // Type 0 for pre roll
  10. "adTimeType": "s",
  11. "overlayStartAt": null,
  12. "overlayDuration": null,
  13. "cuepoints": null
  14. }
  15. ]
  16. }); </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement