Joomla Destek Sitesi
| Pixel Audio Player 1.5.1 |
|
|
|
joomla1.5 versiyonda içerikte mp3 yayınlamanızı sağlayan süper bir pluggin..
Ftp ye attığınız mp3 dosyasını herhangi bir içerikte herhangi bir yerde yayınlamak için yapmanız gereken;{audio}music/single.mp3{/audio} Satırını eklemektir. Download Geridönüş(0)
Yorumlar (1)
![]() Yorum yaz
|
This plugin will help stream your mp3 files.
Please Note: The only file format it can stream is .mp3 files in your content items or static contents.
USAGE:
- Once installed, go to plugin manager and click on 1pixeloutplayer. Publish it and click the 'save' button.
- To insert the audio player and show in content - Insert a line as shown below into a content item and replace your_file.mp3 with the file name of mp3 track that you want to stream. Note, a forward slash at the beginning of the path is not required.
{audio}mp3/your_file.mp3{/audio}
Put your mp3 files under the folders /mp3/ in your webroot.
OPTIONS:
If all audio files will be in one directory, you can define the default directory in the Plugin Parameters. For example, if /mp3/ is defined as the default directory, insert the following into content:
{audio}your_file.mp3{/audio}
Any audio files in a subdirectory within the default directory still have to be named. For example, if /mp3/ is the Plugin Parameters default directory and files are in /mp3/january/, insert the following into content:
{audio}january/your_file.mp3{/audio}
The default directory can be overridden by beginning the file path with a slash. For example, if /mp3/ is the Plugin Parameters default directory and the file is in /otherfiles/audio/, insert the following into content:
{audio}/otherfiles/audio/your_file.mp3{/audio}
It is possible to stream mp3 hosted from an external server. To do this, just use a full URL to where the mp3 is hosted:
{audio}http://example.com/mp3/file_name.mp3{/audio}
AUTOSTART:
Individual MP3s can now be set to automatically play. Insert the following into content:
{audio autostart}your_file.mp3{/audio}
If there is more than one file on a page set to autostart, only the first one will automatically play.
Created by duvien.com.
This plugin uses the audio player by 1pixelout.
Diagram for changing 1pixelout audio player colour
This is a diagram for the colour scheme of the audio player's configurable parameters
The entire player colour scheme is customizable. Use the parameters you see on the right of this page to change the settings. Use a valid hexadecimal colour value such as FFFFFF or 009933.
If you don't understand hexadecimal colors, see this page.
USEFUL INFO:
The Macromedia Flash player has a problem playing files that are encoded at a rate that is not a multiple of 11.025 kHz. This effect is sometimes called the "chipmunk" effect: the file is played at double speed. To avoid this, encode MP3s at 11.025 kHz, 22.050 kHz or 44.100 kHz.
IMPORTANT NOTICE: Some times after the first installation, the plugin does not pick the colour scheme to add to the audio player. You may have to go into the 1pixelout player plugin and click 'save' once.
Finally, use at your own risk and have fun.
Changelog:
- 25 Jun 2008 - Add new 1pixelout player (with volume control) by Duvien
- 25 Jun 2008 - Fixed & not escaping properly (validation) by Nathan Diehl
- 21 Mar 2008 - Rewritten part of the code to add - autoplay option per file, better SEF URL compatibility, performance improvements and default path option by Art Delano.
- 20 Feb 2008 - Minor fixes to work in both legacy and native mode on J1.5 by duvien
- 20 Feb 2008 - Developed for Joomla 1.5 - by L. Schneider
- 15 May 2007 - Fixed player not auto-stopping when another one is activated. Added code to auto place audio-player.js into HTML tag