Commit 7d568e53 by Carlos A. Rocha

Replace http with https for embedder youTube

parent b3adcbf0
...@@ -28,7 +28,7 @@ class @VideoPlayer extends Subview ...@@ -28,7 +28,7 @@ class @VideoPlayer extends Subview
atts = { id: @videoid }; atts = { id: @videoid };
youtubeId = @video.youtubeId() youtubeId = @video.youtubeId()
swfobject.embedSWF("http://www.youtube.com/v/#{youtubeId}?enablejsapi=1&version=3&playerapiid=ytplayer", swfobject.embedSWF("https://www.youtube.com/v/#{youtubeId}?enablejsapi=1&version=3&playerapiid=ytplayer",
@video.id, "425", "356", "9", null, null, params, atts ) @video.id, "425", "356", "9", null, null, params, atts )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment