I think this is wrong in jw5/swftools_jw5.admin.inc


$skins = file_scan_directory(swftools_get_library('mediaplayer4') . '/skins', '\.zip$');

Should be


    $skins = file_scan_directory(swftools_get_library('mediaplayer-5') . '/skins', '\.zip$');

Because in swftools_jw5.module, preproccess find skin in mediaplayer-5 folder


      $data['flashvars']['skin'] = base_path() . swftools_get_library('mediaplayer-5') . '/skins/' . $data['flashvars']['skin'];


My apologize for my english and for my non-patch.

CommentFileSizeAuthor
#1 swftools-jw5-skin-1187404.patch493 bytesgaspaio
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gaspaio’s picture

Status: Active » Needs review
FileSize
493 bytes

Here's @darioarg correction in a patch.

skylord’s picture

Works fine.