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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | swftools-jw5-skin-1187404.patch | 493 bytes | gaspaio |
Comments
Comment #1
gaspaio commentedHere's @darioarg correction in a patch.
Comment #2
skylord commentedWorks fine.