Need HTML 5 Support

1 reply [Last post]
Joined: 08/17/2011
Points: 82

I used the following code

<html>
<head>
<title>Videos</title>
<!-- If your page already includes jQuery you can skip this step -->
<script type="text/javascript"
        src="kaltura-html5player-widget/jquery-1.4.2.min.js"></script>

<!-- Include the css and javascript  -->
<link rel="stylesheet"
        href="kaltura-html5player-widget/skins/jquery.ui.themes/jquery-ui-1.7.2.custom.css"></link>
<link rel="stylesheet"
        href="kaltura-html5player-widget/mwEmbed-player-static.css"></link>
<script type="text/javascript"
        src="kaltura-html5player-widget/mwEmbed-player-static.js"></script>

<script type="text/javascript" src="http://www.kaltura.com/p/696872/sp/69687200/embedIframeJs/uiconf_id/5349042/partner_id/696872"></script>
 <script type="text/javascript" src="http://html5.kaltura.org/js" > </script>

</head>

 <object type="application/x-shockwave-flash" allowFullScreen="true"
        allowNetworking="all" allowScriptAccess="always" height="200"
        width="333" bgcolor="#000000" xmlns:dc="http://purl.org/dc/terms/"
        xmlns:media="http://search.yahoo.com/searchmonkey/media/"
        rel="media:video"
        resource="http://www.kaltura.com/index.php/kwidget/cache_st/1314009561/wid/_696872/uiconf_id/5349042/entry_id/<%=e%>"
        data="http://www.kaltura.com/index.php/kwidget/cache_st/1314009561/wid/_696872/uiconf_id/5349042/entry_id/<%=e%>">

        <param name="allowFullScreen" value="true" />
        <param name="allowNetworking" value="all" />
        <param name="allowScriptAccess" value="always" />
        <param name="bgcolor" value="#000000" />
        <param name="flashVars" value="&" />
        <param name="movie"
                value="http://www.kaltura.com/index.php/kwidget/cache_st/1314010712/wid/_696872/uiconf_id/5349042/entry_id/<%=e%>" />
        <a href="http://corp.kaltura.com">video platform</a> <a
                href="http://corp.kaltura.com/video_platform/video_management">video
        management</a> <a href="http://corp.kaltura.com/solutions/video_solution">video
        solutions</a> <a
                href="http://corp.kaltura.com/video_platform/video_publishing">video
        player</a> <a rel="media:thumbnail"
               

href="http://cdnbakmi.kaltura.com/p/696872/sp/69687200/thumbnail/entry_id/<%=e%>/width/120/height/90/bgcolor/000000/type/2"></a>
        <span property="dc:description" content=""></span> <span
                property="media:title" content="rr.flv"></span> <span
                property="media:width" content="400"></span><span
                property="media:height" content="333"></span> <span
                property="media:type" content="application/x-shockwave-flash"></span>

</object>

But it is not playing in IPAD and IPOD...

Anybody please help me.....

Joined: 05/13/2009
Points: 164

it looks like you're including the library twice, try removing

<!-- Include the css and javascript  -->
<link rel="stylesheet"
        href="kaltura-html5player-widget/skins/jquery.ui.themes/jquery-ui-1.7.2.custom.css"></link>
<link rel="stylesheet"
        href="kaltura-html5player-widget/mwEmbed-player-static.css"></link>
<script type="text/javascript"
        src="kaltura-html5player-widget/mwEmbed-player-static.js"></script>
<script type="text/javascript" src="http://www.kaltura.com/p/696872/sp/69687200/embedIframeJs/uiconf_id/5349042/partner_id/696872"></script>

and just use the cdn hosted javascript while you're getting started, it's updated more regularly than the static library and has many more features available.