In the upperleft corner of www.groenerekenkamer.nl is the 'Button-player'. Its too small and I want to let text flow around it. I have no trouble doing that with other elements (pictures, tables) but with swf I have no experience.
In which file should I edit what?
I know that in the handbook there is a theming chapter on players, but in so far as I have understood it, it merely covers the colour of the player.
I tried for instance to enlarge the player, (in the Mediafield display module) but the image got more space, wasnt enlarged. So some help would be very appreciated.

Many thanks

Theo Richel

Comments

WorldFallz’s picture

"theming" of the swf itself (if even possible, sometimes it's not) is usually owned by the swf file and not drupal. You should check the documentation for your swf player to see if there are any theme options available. If it does have options, you can then theme your drupal content type to specify the desired options to the swf file (but it's the swf file that handles the actual theming, drupal is just passing on options). I use flowplayer, and there are many options available.

As for having text flow around it, you should be able theme your content type to have the player appear in a span (or use css to specify "display: inline" to the appropriate div). i use the contemplate module for this, but you can create a node-[contenttype].tpl.php file if you prefer.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz