Copy link to clipboard
Copied
Hello,
Wanted to know if objects that are on the Captivate screen can be controlled using Javascript(rotate, move etc).
Thanks in advance.
IAustin
Copy link to clipboard
Copied
As long as you are publishing to HTML5, then yes. Just use document.getElementById("cpinstancename").
Sometimes you need to append a "c" onto the instance name.