Results 1 to 3 of 3

Thread: divx player how/

  1. #1
    Join Date
    Jan 2011
    Posts
    21

    Default divx player how/

    can some one tell what is the code to play divx or avi

    i try to add this code in class.video_player.php

    function divx()
    {
    global $config;
    $vshare_player = "<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="600" height="400" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" id="object997344382">
    <param name="autoPlay" value="false" />
    <param name="custommode" value="Stage6" />
    <param name="src" value="['video_id']" />
    <param name="bannerEnabled" value="false" />
    <param name="statusCallback" value="statuscall997344382" />
    <param name="previewImage" value="" />
    <embed type="video/divx" src="['video_id']" width="600" height="400" autoPlay="false" custommode="Stage6" bannerEnabled="false" previewImage="" statusCallback="statuscall997344382" pluginspage="http://go.divx.com/plugin/download/" id="embed997344382"></embed>";
    return $vshare_player;
    }


    but is not working can some one give me the code please

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    Are you able to create test html page with divx player ? First try to make it work on normal html page, then you can implement it in vshare. If not working, you need to chk difference between the source codes.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3

    Question Westchester NY Dentist

    I need help on the same issue. Plz help me.
    Thank You




    Westchester NY Dentist
    calories in watermelon

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •