Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hi
I've created a view that lists videos which are tagged in a certain way
What i'd like to do is to show these videos within the flash horizontal playlist widget
When i create a playlist content type all i get is a player with no content
here is the embed code it generates
var flashVars = {
entryId: "",
width:"410",
height:"364",
}
swfobject.embedSWF("http://www.mykaltura.com/kwidget/wid/_1", "kplayer", "410", "364", "9.0.0", false, flashVars, params);
</script></div>
hmm,
i changed my theme back to garland and now i get the opposite, the playlist loads but no video player
anyone had a similar problem?