Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Problem with Sharing plug-in and NACHT skin

3 replies [Last post]

Hi,

We are using JW player with Sharing plug-in and NACHT skin. By applying the skin "Sharing" plug-in is not displayed on the player control bar. If I remove the skin from the player then "Sharing" plug-in is displayed on the control bar. Can you please let me know if I am missing something or is there any work around for this issue.

Code for crerating the player is mentioned below

function createPlayer() {
try
{
var so = new SWFObject('/flash/player-viral.swf','mpl','517','300','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','/PlayListXML/playlist1.xml');
so.addVariable('image','none');
so.addVariable('autostart','true');
so.addVariable('playlist','none');
so.addVariable('icons','true');
so.addVariable('repeat','always');
so.addVariable('frontcolor','0A0A0A');
so.addVariable('lightcolor','C286BA');
so.addVariable('plugins', 'sharing-1,gapro-1,drelated-1');
so.addVariable("gapro.accountid","XX-XXXXXXX-XX");

so.addVariable('drelated.dxmlpath',
'/PlayListXML/relatedclips.xml');
so.addVariable('drelated.dposition','center');
so.addVariable('skin','/flash/nacht.swf');
so.addVariable('drelated.dskin','/flash/grayskin.swf');
so.addVariable('drelated.dtarget','_self');
so.addVariable('sharing.link','http://bigbuckbunny.org/index.php/trailer-page/' );
so.addVariable('sharing.code', '%3Cembed%20src%3D%22http%3A%2F%2Fdeveloper.longtailvideo.com%2Fplayer%2Ftrunk%2Fas3%2Fplayer.swf%22%20flashvars%3D%22file%3D..%2Ftesting%2Ffiles%2Fbunny.mp4%22%20width%3D%22400%22%20height%3D%22300%22%20%2F%3E');
so.write('mediaspace');
}
catch(err)
{
alert(err.message);
}
}
Thanks
Vinod

 
The Nacht skin probably hasn't been updated to use the new features of the latest JW FLV Player release.

Try one of the Longtail Video skins from here:

      http://developer.longtailvideo.com/trac/browser/skins

Thanks Hobbs,

Is there any work around available for loading the plug-in with Nacht skin.

Nacht is actually the default skin with a different color scheme. Simply change your color scheme and you should be good to go.