1 PixelOut Audio Player for Joomla 1.5.x 
Version
1.5.2 (last update on Jun 25, 2008)
Rating
Compatibility
Votes
47
Favoured
38
License
GPL
Non-Commercial
Type
Views
65103
Date Added
23 February 2008
----------------------
Minor update to version 1.5.2
- Thanks to Nathan for fixing the ampersand not escaping correctly.
UPDATE (Mar 2008):
-------------------
NEWER VERSION:
Big thanks to Art Delano for rewriting part of the code to add new features:
- Added an autostart option in the audio tag, eg {audio autostart}foo.mp3{/audio}.
- Added default path option.
I've fixed some PHP error notices running under PHP 4
I highly recommend to upgrade to this version 1.5.1: http://duvien.com/blog/1-pixelout-audio-player-151-released-joomla-15x
See website for more details. thank you,
-------------------
OLDER VERSION:
This is a version of 1 Pixelout player for Joomla 1.5.x only Credits to L. Schneider for intially porting the old 1pixelout player 123b to work with Joomla 1.5 only. More info can be found at: http://duvien.com/blog/1-pixelout-audio-player-151-released-joomla-15x It runs on both legacy and native mode. Requires Flash plugin. If you are looking for a version for Joomla 1.0.x, see: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,3922/Itemid,35/
byosnb on May 12, 2009
Hey
volume is not working......
....one can't lower or increase, doesn't even appear to lower/higher it
volume is not working......
....one can't lower or increase, doesn't even appear to lower/higher it
byRobgl322 on April 29, 2009
This plugin is easy to install and load into content, but the last update was a while ago and there seems to be inconsistencies with the documentation for the plugin.
bykavaXtreme on April 10, 2009
This plugin works great! It can be used in conjunction with the Podcast Suite, which just saved me a LOT of headaches and time. Thanks!
byprdg1 on January 12, 2009
This is a great plugin and works like a charm in a module position. Was wondering though if there is a way to keep the player expanded instead of having to click the arrow to expand. Still great if we're not able to do that.
byExcalibur! on January 9, 2009
Really great player!
Any way I don't know how can I change title of MP3. Every MP3 is titled Track #1...
Any way I don't know how can I change title of MP3. Every MP3 is titled Track #1...
byjbeiter2 on November 25, 2008
This was working great until Adobe 10 came out. Now for some reason, users with Adobe 10 are hearing really bad/garbled audio on this one site I am running on 1and1.com.
Tried contacting the developer three times.. no response. Looking for another solution.
Rating it "average" as far as Joomla extensions go.. great on price, flaky in consistency, bad on support.
Tried contacting the developer three times.. no response. Looking for another solution.
Rating it "average" as far as Joomla extensions go.. great on price, flaky in consistency, bad on support.
byjomama on November 21, 2008
Regarding Rostislav Palivoda's post about enabling this plugin within a module...the code is perfect as I tried it and I got the plugin to work within a module. However, the code should be placed in index.php and NOT index.html, as he mistakenly stated. :)
Thanks for the tip, Rostislav. This plugin works great!!
Thanks for the tip, Rostislav. This plugin works great!!
bymacpro5652 on October 9, 2008
Thanks for this little beuty.... Excellent without doubt. I didn't want something complicated on one of my sites, and this just fitted into what is required...
AND - it's W3C Valid both CSS level 2.1 & XHTML 1.0...
Now that's what I call cool.....
Once again thank you!!
AND - it's W3C Valid both CSS level 2.1 & XHTML 1.0...
Now that's what I call cool.....
Once again thank you!!
byRostislav Palivoda on August 15, 2008
place this code in to the Joomla 1.5 index.html at line 53:
JPluginHelper::importPlugin('content');
$tmp_row->text = JResponse::getBody();
$tmp_params = new JParameter(null);
$mainframe->triggerEvent('onMap', array( &$tmp_row, &$tmp_params ), true );
$mainframe->triggerEvent('onPrepareContent', array( &$tmp_row, &$tmp_params ), true );
JResponse::setBody($tmp_row->text);
exactly after the:
...
// trigger the onAfterRender events
JDEBUG ? $_PROFILER->mark('afterRender') : null;
$mainframe->triggerEvent('onAfterRender');
JPluginHelper::importPlugin('content');
$tmp_row->text = JResponse::getBody();
$tmp_params = new JParameter(null);
$mainframe->triggerEvent('onMap', array( &$tmp_row, &$tmp_params ), true );
$mainframe->triggerEvent('onPrepareContent', array( &$tmp_row, &$tmp_params ), true );
JResponse::setBody($tmp_row->text);
exactly after the:
...
// trigger the onAfterRender events
JDEBUG ? $_PROFILER->mark('afterRender') : null;
$mainframe->triggerEvent('onAfterRender');
byinfocoach on August 4, 2008
I'm quite new to Joomla. On the site I'm building I want to to play some audio snippets and looked around for a neat little mp3 player. With 1 PixelOut it was up & running in no time and with no hazzle at all. I love the fade-in and fade-out at the start/stop of a play-back. Hopefully you'll get that volume control back in again soon ;)
This product complies demonstratively well with Mr Einstein's advice: "Do it as simple as possible, but not simpler".
This product complies demonstratively well with Mr Einstein's advice: "Do it as simple as possible, but not simpler".
bymrjoomla on July 30, 2008
I use wordpress and was delighted to see this on joomla. It has everything you want and you want to customise in a simple manner. It has everything except volume control.
byBrimstoneRadio on July 28, 2008
I had been trying to make an earlier version of a 1 Pixelout player to work on my site and had given up. I came accross this new version and was so excited. I downloaded it and had my music playing in minutes.
Please continue to do this great work on Mods and Plug-ins. We all appreciate it tremendously.
Brimstone Radio
Please continue to do this great work on Mods and Plug-ins. We all appreciate it tremendously.
Brimstone Radio
byrootwiley on June 27, 2008
This extension is exactly what I needed, but a few problems I've noticed:
1) The span class used to surround the player in 1pixeloutplayer.php is "1pixelout." However, a css class cannot start with a number. For those of us who want to style that span (for instance display: block; border: #XXXXXX; etc;), the class must start with a letter, not a number.
2) There is no way to style the volume control color.
3) There is no way to change the color of the slider.
1) The span class used to surround the player in 1pixeloutplayer.php is "1pixelout." However, a css class cannot start with a number. For those of us who want to style that span (for instance display: block; border: #XXXXXX; etc;), the class must start with a letter, not a number.
2) There is no way to style the volume control color.
3) There is no way to change the color of the slider.
byPastorJon on May 23, 2008
This worked exactly as I wanted! I was even able to connect it with a virtuemart installation so each product will play a sample clip using this player!
byAmelfl on April 19, 2008
...lacks some things
please update
- does not support module extensions
- needs an easy configurable link to direct download
please update
- does not support module extensions
- needs an easy configurable link to direct download
bysimonlens on March 28, 2008
Thanks so much for this plugin! It's not just wonderful!!!
Support you!
Support you!
bynmcleod on March 27, 2008
Very slick, highly configurable and working ever so well on J! 1.5 Legacy! Keep up the great work!
Exactly what I've been looking for. Perfect for playing demo versions of songs. Simple to use and it works great.
byANDiTKO on March 15, 2008
Thank you.Thats all i needed!
Simple and useful.
Simple and useful.
Page 1 of 2





