benjipott / video.js-dailymotion

Allows you to use DailyMotion URL as source with Video.js.
30 stars 20 forks source link

fix critical js error in some case #26

Open Bouki opened 8 years ago

Bouki commented 8 years ago

there is 1 improvement (poster is now correctly loaded using ajax with jquery) and 1 bug fix, in some case loadApi() is called but the iframe still doesn't exists yet, this cause a fatal error (from dailymotion js) and avoid any further js to work on the page

Bouki commented 8 years ago

the api doesn't work with http protocol, only https also https requests are always allowed unlinke http