
Javascript API does not work over https (SSL)
Hello,
I have created the most simple page I can using a standard flv file and version 4 of the FLV player. The page has one link on it which sends the play event to the player.
This works fine over http but as soon as I switch onto https (SSL) the Javascript API no longer works. I am referencing the flv file from the same domain as the html page so I don't see how cross-domain security mentioned in other posts could be affecting it.
Is this a known feature? Any help on this would be gratefully appreciated.
I have set up a demonstration of the problem here http://www.myvideorights.com/jwtest.html
simply change http to https to switch to SSL
I left the alert(player) in the playMe function so you can see it is still returning an object.
I have also tried using explicit non-relative links to the swf and js files e.g. https://www.myvideorights.com/player.swf
I have to use SSL by the way.
Thanks,
Laurie