Hey, I am using 1pixelout v.2 with filefield & jquery media and it's working just fine. However i wonder how I would theme/change colours of 1pixelout now. Anyone succeeded doing this? Hints are appreciated.

Comments

mimhakkuh’s picture

Okay, I'll be more precise - I am using:

- Drupal 6.9
- Jquery Media 6.x-1.4-beta1
- Filefield 6.x-3.0-alpha6
- Zen 6.x-1.0-beta3
- 1pixelout player

I have a node.type.tpl.php file for the nodetypes that should contain the player. I am printing it the following way - works fine:

<?php if ($field_file_audio_preview): ?>
<?php print $node->field_file_audio_preview[0]['view'] ?>
<?php endif; ?>

Now Devel tells me that for the field theres following function available:

theme_filefield_file()

I guess this is where you could possibly use the color options in a manner like it was explained in the Audio Module's player theming tutorial: http://drupal.org/node/34043

... hints are still appreciated ...

mimhakkuh’s picture

Okay, since i am in quite a hurry, i solved my problems using SFV Tools Module instead of JQuery Media. The approach described on this tutorial is really a bit easier:

http://www.mustardseedmedia.com/podcast/episode17