Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogrow committed May 28, 2015
1 parent ffd4901 commit 7447dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TVDemoAvPlayer/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Main.onLoad = function () {

// setup video player
AVPlayer.init("av-player");
AVPlayer.prepare("http://techslides.com/demos/sample-videos/small.mp4"); // <-- set video URL here!
AVPlayer.prepare("http://yourvideourl.mp4"); // <-- set video URL here!

}

Expand Down

0 comments on commit 7447dcd

Please sign in to comment.