update link to getting started youtube video
Next we will be extracting all this Instructure-specific stuff into a plugin so this page is generic for Canvas CV. Change-Id: I46200fb27a9c434d3b1983674043f6413b23a041 Reviewed-on: https://gerrit.instructure.com/2128 Tested-by: Hudson <hudson@instructure.com> Reviewed-by: JT Olds <jt@instructure.com>
This commit is contained in:
parent
03c4e204f2
commit
4d2f128779
|
@ -30,7 +30,7 @@ $(document).ready(function() {
|
|||
params = { allowScriptAccess: "always" },
|
||||
atts = { id: "youtube_player" };
|
||||
|
||||
swfobject.embedSWF("http://www.youtube.com/v/AVIcN531GRA?version=3&rel=0&enablejsapi=1&disablekb=1&fs=1&hd=1&showsearch=0&iv_load_policy=3&feature=player_embedded", "youtube_player", videoWidth, videoHeight, "8", null, null, params, atts);
|
||||
swfobject.embedSWF("http://www.youtube.com/v/SJY5p0qpzhA?version=3&rel=0&enablejsapi=1&disablekb=1&fs=1&hd=1&showsearch=0&iv_load_policy=3&feature=player_embedded", "youtube_player", videoWidth, videoHeight, "8", null, null, params, atts);
|
||||
|
||||
// $("#video").width(videoWidth).height(videoHeight);
|
||||
$("#play_overview_video_link").click(function(){
|
||||
|
|
Loading…
Reference in New Issue