<html> | |
<head><title>castChannel</title></head> | |
<body> | |
<script> | |
var reopened = false; | |
function openHandler() { | |
cast.__platform__.channel.send('this'); | |
cast.__platform__.channel.send('is'); | |
cast.__platform__.channel.send('a'); | |
cast.__platform__.channel.send('test'); | |
} | |
cast.__platform__.channel.open(openHandler, function(ignored) {}); | |
</script> | |
</body> | |
</html> |