views playlist creation

1 reply [Last post]
Joined: 05/06/2009
Points: 29

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

<div id="kplayer"></div>
        </div>
        <script type="text/javascript">
                var params = {
                        allowscriptaccess: "always",
                        allownetworking: "all",
                        allowfullscreen: "true",
                        bgcolor: "#000000",
                        wmode: "opaque"
                };

                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>

Joined: 05/06/2009
Points: 29

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?