Hi,
.js plugins are for the HTML5 viewer
.swf plugins are for the Flash viewer
In your case you're trying to use .js plugins in the Flash viewer for some reason.
Normally Flash/HTML5-depended plugins should be included e.g. this way:
|
Source code
|
1
2
|
url.flash="radar.swf"
url.html5="radar.js"
|
Then the radar.swf will be loaded for Flash and the radar.js for HTML5.
Best regards,
Klaus