Problem/Motivation

I'd like to include soundJS via libraries and am looking to implement hook_libraries_info(). SoundJS uses javascript to play audio files whenever possible but does fall back to a SWF player for older browsers. How would I specify the SWF file to be included in the library?

Comments

tstoeckler’s picture

Version: 7.x-2.1 » 8.x-3.x-dev
Category: Support request » Feature request

There is no facility to do this at the moment, so marking as feature request. But not sure that there is a lot of interest in SWF these days, TBH.

Also, things like this will be a lot easier in Drupal 8 (even in contrib), so moving there.

tstoeckler’s picture

Title: How to include dependent SWF files » Allow loading SWF files