http://all.drumi.org/libraries/flowplayer3

I keep the error message that flowplayer is not installed, but I refuse to install it on 2 different places simultaneously.

It had to be named flowplayer3, as there also is a "classic flowplayer":
http://all.drumi.org/libraries/flowplayer/

Here the details where flowplayer is supposed to be:

Installing SWF Tools - http://drupal.org/node/303203:

FlowPlayer 2 - http://www.tucows.com/download.html?software_id=519713&t=2 - sites/all/libraries/flowplayer/FlowPlayerClassic.swf
Flowplayer 3 - http://flowplayer.org/download/index.html - sites/all/libraries/flowplayer3/flowplayer-3.x.x.swf
http://flowplayer.org/plugins/streaming/rtmp.html sites/all/libraries/flowplayer3/flowplayer.rtmp-3.x.x.swf
http://flowplayer.org/plugins/streaming/audio.html sites/all/libraries/flowplayer3/flowplayer.audio-3.x.x.swf

Comments

Stupidscript’s picture

In my installation, I needed to define the Flowplayer version in a variable.

I included it in the top section of fileframework/file.module (@line 41):

define('FILE_VIDEO_FLOWPLAYER_VERSION','3.2.4');

Without this definition, Fileframework can't "see" it.

jvieille’s picture

In general, libraries should be better handled, outside the module fixed directories, but rather in the libraries directory

johanneshahn’s picture

hello,
the current install path for flowplayer is: sites/all/modules/fileframework/vendor/flowplayer/
and not sites/all/libraries

please take a look at /admin/reports/status
theres a description for flowplayer.

after installed flowplayer in ../vendor/flowpl....
u can set the version number here
/admin/settings/file/format/video

how does other modules implement third party libs?

theres a module for api integration
http://drupal.org/project/libraries

i think we put the flowplayer, getID3 and XSPF player
into the /sites/all/libraries directory too (after first stable version 6-x-1.x)

jvieille’s picture

Yes, libraries would be the way to go.
As indicated, "Feature request", "normal" priority => we can survive for some time

gobinathm’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing the issue. It was inactive for a long time & it's related to a Drupal Version which is not supported anymore