Hi,
No, not strange, that's normal - it's not possible to make calls from Javascript directly to Flash functions!
Your code would only work for when using ONLY the HTML5 viewer.
For Flash/HTML5 compatibility there is the krpano 'Javascript API' - this one allows using the same code for both viewers:
https://krpano.com/docu/js/#top
E.g. use the 'call' function and call the krpano actions this way:
|
Source code
|
1
|
krpano.call("hotspot[videoSpot].play()");
|
Best regards,
Klaus