Jack3r
(Charles)
3
I am very happy to share some of my experience. One trick I often use is when the scene is loaded
window.Hype = window.Hype || hypeDocument;
This allows you to freely use Hype javascript API outside.
for example:
Hype.documentName();
Hype.documentId();
...
There is an other method
1 Like