Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > JWplayer skin configuration in media library View modes: 
User avatar
Member
Member
rafik4000-hotmail - 7/2/2012 1:16:58 AM
   
JWplayer skin configuration in media library
Good day,

I success add jw player in media library like it been describe in your documentation in section Configuring custom storage for media library in the following Link: [url=http://devnet.kentico.com/docs/devguide[url=http://devnet.kentico.com/docs/devguide/index.html?configuring_custom_file_types.htm]Jw player[/url]

but I am trying to add my own skin but it look I don't success to give the right:

here is the line I add and I tried different way
        player += "skin=\"" + ResolveUrl("~/FlvPlayer/skins/skewd.zip") + "\" ";


Can you please help me

My best regards

User avatar
Certified Developer 9
Certified Developer 9
charbf - 7/2/2012 9:09:09 PM
   
RE:JWplayer skin configuration in media library
you have to unzip the Skin and point to the .xml

some thing similar to this


player += "skin=\"" + ResolveUrl("~/FlvPlayer/skins/skewd/skewd.xml") + "\" ";