Makes prezi player work within https pages.

This commit is contained in:
Yana Stamcheva 2014-01-24 11:54:08 +01:00
parent 59c77e5bb2
commit aa19b8b765
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
PreziPlayer.EVENT_STATUS = "statusChange";
PreziPlayer.EVENT_PLAYING = "isAutoPlayingChange";
PreziPlayer.EVENT_IS_MOVING = "isMovingChange";
PreziPlayer.domain = "http://prezi.com";
PreziPlayer.domain = "https://prezi.com";
PreziPlayer.path = "/player/";
PreziPlayer.players = {};
PreziPlayer.binded_methods = ['changesHandler'];