javascript - Video Blocked in Chrome - Ran Insecure content from Video Provider -
i trying embed video url:-
http://www.mckinsey.com/videos/video?vid=2548877464001&plyrid=2399849255001&height=270&width=480
it's public video , embed code gives me following:-
<object id="flashobj" width="480" height="270" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isvid=1&isui=1" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="videoid=2548877464001&linkbaseurl=http%3a%2f%2fwww.mckinsey.com%2fvideos%2fvideo%3fvid%3d2548877464001%26plyrid%3d2399849255001%26height%3d270%26width%3d480&playerid=1971702156001&playerkey=aq~~,aaabywrpjyk~,mp34hwwotrps3ylijkkinm_zsifwivnw&domain=embed&dynamicstreaming=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowfullscreen" value="true" /><param name="swliveconnect" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9?isvid=1&isui=1" bgcolor="#ffffff" flashvars="videoid=2548877464001&linkbaseurl=http%3a%2f%2fwww.mckinsey.com%2fvideos%2fvideo%3fvid%3d2548877464001%26plyrid%3d2399849255001%26height%3d270%26width%3d480&playerid=1971702156001&playerkey=aq~~,aaabywrpjyk~,mp34hwwotrps3ylijkkinm_zsifwivnw&domain=embed&dynamicstreaming=true" base="http://admin.brightcove.com" name="flashobj" width="480" height="270" seamlesstabbing="false" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" swliveconnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed></object>
when try embed/run on https
site, shows me blank space following error:-
[blocked] page @ https://mysite.com ran insecure content http://c.brightcove.com/services/viewer/federated_f9?isvid=1&isui=1
is there anyway can fix it. runs great in safari , firefox.
thanks
that isn't link video, thats link site.
you're embedding http link in page loaded on https. load video using https link rather http link.
Comments
Post a Comment