Results 1 to 3 of 3

Thread: problem when installing a new skin.

  1. #1
    Join Date
    Mar 2009
    Posts
    2

    Default problem when installing a new skin.

    Hello,

    I have a problem when I am trying to install a new skin for vshare. I have downloaded the player skin Metarby10 can be found here (http://www.longtailvideo.com/addons/skins/30/Metarby-10) when I am trying to play a video you can see that it is loading and that the whole player is messed up example (http://www.xarcus.com/view/27/family...e-kitchen-meg/). My player.inc file looks like this:
    Code:
    <?php
    
    $displayheight = $config['player_height'] - 20;
    
    if($config['player_autostart'] == 1) {
            $extra = "so.addVariable(\"autostart\", \"true\");";
    } else {
            $extra = "so.addVariable(\"autostart\", \"false\");";
    }
    
    
    $vshare_player = <<<EOT
    
    <script type="text/javascript" src="{$config["baseurl"]}/player/swfobject.js"></script>
    
    <p id="vshare_player">Get Flash to see this player.</p>
    
    <script type="text/javascript">
    var so = new SWFObject("{$config["baseurl"]}/player2/metarby10.swf","vshare_player","$config[player_width]","$config[player_height]","8");
    so.addParam("allowfullscreen","true");
    so.addVariable("file","{$file}");
    so.addVariable("image","{$config["baseurl"]}/thumb/$video_id.jpg");
    so.addVariable("logo","{$config["baseurl"]}/templates/images/watermark.gif");
    so.addVariable("link","{$config["watermark_url"]}");
    so.addVariable("linktarget","_blank");
    so.addVariable("width","$config[player_width]");
    so.addVariable("height","$config[player_height]");
    so.addVariable("displayheight","$displayheight");
    
    so.addVariable("overstretch", "true");
    $extra
    so.addVariable("bufferlength", "$config[player_bufferlength]");
    so.addVariable("skin", "{$config["baseurl"]}/player2/metarby10.swf");
    so.write('vshare_player');
    </script>
    
    EOT;
    Please help me.

    Thank you in advance by the way.

  2. #2
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default Re: problem when installing a new skin.

    1 You need to update your player
    2 Where is you player?? This is you skin link.
    Code:
    script type="text/javascript">
    var so = new SWFObject("{$config["baseurl"]}/player2/metarby10.swf"

  3. #3
    Join Date
    Mar 2009
    Posts
    2

    Default Re: problem when installing a new skin.

    thank you for your quick response now it is working :)

Similar Threads

  1. problem with installing
    By hope in forum Installation Support
    Replies: 16
    Last Post: 04-10-2009, 12:28 PM
  2. Problem on installing
    By soulflow in forum Installation Support
    Replies: 4
    Last Post: 10-23-2008, 06:35 PM
  3. H E L P ! ! ! Installing
    By Manny in forum Installation Support
    Replies: 0
    Last Post: 03-25-2008, 04:10 PM
  4. Help with installing
    By auriga in forum Installation Support
    Replies: 2
    Last Post: 10-08-2007, 03:36 PM
  5. Installing problem Please NEED HELP
    By matrix_france in forum Installation Support
    Replies: 5
    Last Post: 05-22-2007, 02:12 PM

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
  •