I'm trying to add a background image to flowplayer. I've found the setting in the flowplayer canvas settings but I can't figure out were to put the file (what is the abse directory?) and which string to use. I assume the string would have to be something like:

 url(background_video.png);

Help much appreciated! :)

Comments

petienne’s picture

Can I bump that?

I have been looking for a couple of days at - how to get an image displaying in the same player that is playing audio.
If it would take multiple images and rotate through them, that would be awesome.

I have seen functionality like this on flowplayer 3, but I want to avoid that for the time being.

Is mixing images and audio possible using profiles and CCK?

Thanks

hurricane66’s picture

For the specific setting Background image under Canvas properties (admin/settings/swftools/flowplayer3) we have url(http://www.example.com/your/path/to-bg-image/background-image.gif) , and it works fine.
We use Drupal 6.20 and SWF tools 6.x-2.5 with enabled SWF tools Flowplayer 3 support also with version 6.x-2.5 (comes with the SWF tools package).