How to get brightcove video playing for Chrome over https -
we're using brightcove 3rd party vendor host videos. 1 of our applications run our site on https , have started develop integrate linking video via dialog box main page. tried iframing https video short url , tried set html right on dialog page jsp advised in here: publishing video on https
similar errors insecure content nail because references http://link.brightcove.com/services/player/... etc. not available via https.
the back upwards reference indicates chrome , flash not back upwards this. has run , workaround? chrome's preferred browser of choice, advising launch in browser won't fly.
are sure including correctly library? did successfuly, remember first thing alter is:
https :// sadmin
... <script src="https://sadmin.brightcove .... >
not
... <script src="http://admin.brightcove .... >
we had in page runs under https (facebook). can check here: https://www.facebook.com/lavanguardia/app_128953167177144
this our code:
<!-- utilize of code snippet, agree brightcove publisher t , c found @ https://accounts.brightcove.com/en/terms-and-conditions/. --> <script language="javascript" type="text/javascript" src="https://sadmin.brightcove.com/js/brightcoveexperiences.js"></script> <object id="myexperience" class="brightcoveexperience"> <param name="secureconnections" value="true" /> <param name="bgcolor" value="#ffffff" /> <param name="width" value="500" /> <param name="height" value="900" /> <param name="playerid" value="xxxxxxxx" /> <param name="playerkey" value="xxxxxxxxxxxxxxxxxxxxxxxxx" /> <param name="isvid" value="true" /> <param name="isui" value="true" /> <param name="dynamicstreaming" value="true" /> </object>
however, link code clearer.
regards,
eduard roura
google-chrome video https brightcove
No comments:
Post a Comment