Created
May 21, 2011 18:37
-
-
Save knewter/984773 to your computer and use it in GitHub Desktop.
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
<html> | |
<head> | |
<title>Kaltura Testbed</title> | |
<script type="text/javascript" src="swfobject.js"></script> | |
</head> | |
<body> | |
<div id="kplayer"></div> | |
<script type="text/javascript"> | |
var params = { | |
allowscriptaccess: "always", | |
allownetworking: "all", | |
allowfullscreen: "true", | |
wmode: "opaque" | |
}; | |
var flashVars = { | |
"playlistAPI.autoInsert": true, | |
"playlistAPI.kpl0Url": "http%3A%2F%2Fwww.kaltura.com%2Findex.php%2Fpartnerservices2%2Fexecuteplaylist%3Fuid%3D%26partner_id%3D507031%26subp_id%3D50703100%26format%3D8%26ks%3D%7Bks%7D%26playlist_id%3D1_znk0lc7s" | |
// change the playlist_id above to show a different playlist | |
}; | |
//swfobject.embedSWF("http://www.kaltura.com/kwidget/wid/_507031", "kplayer", "400", "360", "9.0.0", false, flashVars, params); | |
swfobject.embedSWF("http://www.kaltura.com/index.php/kwidget/cache_st/1302387141/wid/_507031/uiconf_id/4181012", "kplayer", "740", "330", "9.0.0", false, flashVars, params); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment