Created
October 24, 2011 02:53
-
-
Save raccettura/1308265 to your computer and use it in GitHub Desktop.
from the celebrating steve source code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*snowLeopard url*/ | |
var slURL = "http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/sl_mvp.m3u8"; | |
/* non-snowLeopard url*/ | |
var nonSlURL='http://stream.qtv.apple.com/events/oct/10oiuhfvojb23/checkback.jpg'; | |
/*Windows url*/ | |
var windowsURL = 'http://stream.qtv.apple.com/events/oct/10oiuhfvojb23/checkback.jpg'; | |
/*iphone url */ | |
var iphoneURL = "http://stream.qtv.apple.com/events/oct/10oiuhfvojb23/memorial_iphone_ref.mov"; | |
/*ipad url*/ | |
var ipadURL= "http://stream.qtv.apple.com/events/oct/10oiuhfvojb23/memorial_ipad_ref.mov"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment