Replace http with https for embedder youTube

This commit is contained in:
Carlos A. Rocha
2012-09-13 00:16:13 -04:00
parent 11d0c0d4b6
commit df5e6d6860

View File

@@ -28,7 +28,7 @@ class @VideoPlayer extends Subview
atts = { id: @videoid };
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 )