This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ck.net/gampad/ads?sz=400x300&iu=/12523293/Atlanta_TV/wsbtv_web_default/pre_roll&impl=s&gdfp_req=1&env=vp&output=xml_vast3&unviewed_position_start=1&url=[referrer_url]&description_url=[description_url]&correlator=[timestamp]"} | |
}, | |
comscore: { | |
clientId: 6035944 | |
}, | |
nielsen: { | |
environment: "production", | |
sfcode : "us", | |
apid : "PE8680517-C884-43BB-802B-6DE516DAC1E5", | |
apn: "wsbtv-web", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=8" /> | |
<title>WSBTV Live using Anvato class init</title> | |
<script type="application/javascript" src="//w3.cdn.anvato.net/player/prod/v3/scripts/anvload.js"></script> | |
</head> | |
<body> | |
<div id="p0"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=8" /> | |
<title>WSBTV Live using Anvato anvp namespace</title> | |
</head> | |
<body> | |
<script> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<title>WSBTV VoD - AnvatoPlayer class</title> | |
<script type="application/javascript" src="//w3.cdn.anvato.net/player/prod/v3/scripts/anvload.js"></script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<title>WSBTV VoD</title> | |
</head> | |
<body> | |
<div id="p0"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anvp.listener = threeSixtyListener; | |
function threeSixtyListener(e){ | |
if (e.name == "METADATA_LOADED") { | |
var tags = e.args[2].tags; | |
console.log(tags); | |
if (tags.indexOf("360") > -1){ | |
anvp.p0.config[360] = true; | |
} |