Malsup Media plugin: add a skin?
Is it possible to add a skin to the media plugin?
I am using it primarily for audio, and downloaded the most recent version of the JW player. I tried to add a parameter to the function, but it does not appear to work. I suspect that it is not outputing the parameter the way the newer player requires, but I am not sure. It seems that skins must be added as a part of the 'flashvars' element, which in the media plugin outputs only the media file. The embed code does not output parameters, but adds them as attributes, but attributes don't work to call the skin.
an example page is here: http://www.unitedway-pdx.org/news/2009/index.php
And here is my function:
- function media() {
- jQuery('a.audio').media({
- width: 300,
- height: 24,
- bgColor: '#ffffff', // background color
- params: {skin: '/includes/js/mediaplayers/modieus/modieus.xml'}, // added to object element as param elements; added to embed element as attrs
- });
Thanks,
Maria