Where would I drop a script in an html if I wanted it to communicate with CPTV8
Hi,
I am trying to make some simple variable changer html files that I can drag and drop into captivate.
I want them to call to captivates cpInfo and cpCmnd Systems variables. Iknow the scripts work as I can get them to work in captivates own script window.
I just need them to operate from a web object.
My html code is this.
//////////////////////////////////////////////////
<html>
<head>
<script>
window.onload = function() {
window.cpAPIInterface.next();
};
</script>
</head>
<body>
</body>
</html>
/////////////////////////////////////////////////////
I thought this would work but nothing happens.
Any help would be appreciated.
Cheers
Luke
