Should not it be almost the same ?
Code
set(thumbS.url.flash,%SWFPATH%/plugins/scrollarea.swf);
set(thumbS.url.html5,%SWFPATH%/plugins/scrollarea.js);
-----------
if(device.html5,
set(thumbS.url,%SWFPATH%/plugins/scrollarea.js);
,
set(thumbS.url,%SWFPATH%/plugins/scrollarea.swf);
);
Display More
The first one is not working