Difference between revisions of "Help:Posting mp3"
From Korean Wiki Project
DigitalSoju (Talk | contribs) m (Posting mp3 moved to Help:Posting mp3) |
DigitalSoju (Talk | contribs) m (→Posting an Mp3) |
||
Line 1: | Line 1: | ||
==Posting an Mp3== | ==Posting an Mp3== | ||
− | This site uses the [http://www.mediawiki.org/wiki/Extension:FlashMP3 Flashmp3] extention to play mp3s. This site has a 2 mb limit on mp3 uploads, so use a low bitrate. | + | This site uses the [http://www.mediawiki.org/wiki/Extension:FlashMP3 Flashmp3] extention to play mp3s. This site has a 2 mb limit on mp3 uploads, so use a low bitrate. Rather than copying any code from the sections below, you may now just click on [[image:Button_mp3.png]] from the toolbar to automatically paste the code. |
− | ===Examples=== | + | The player will look like: |
+ | <flashmp3>02.mp3|leftbg=003478|rightbg=c60c30|lefticon=ffffff|righticon=ffffff</flashmp3> | ||
+ | |||
+ | |||
+ | ===Code Examples=== | ||
<nowiki><flashmp3></nowiki>mymp3.mp3<nowiki></flashmp3></nowiki> | <nowiki><flashmp3></nowiki>mymp3.mp3<nowiki></flashmp3></nowiki> | ||
Line 29: | Line 33: | ||
|- | |- | ||
!bg=0xHHHHHH | !bg=0xHHHHHH | ||
− | |Background | + | |Background color option (where HHHHHH is a valid hexadecimal color value such as FFFFFF or 009933) |
|- | |- | ||
!leftbg=0xHHHHHH | !leftbg=0xHHHHHH | ||
− | |Left background | + | |Left background color |
|- | |- | ||
!rightbg=0xHHHHHH | !rightbg=0xHHHHHH | ||
− | |Right background | + | |Right background color |
|- | |- | ||
!rightbghover=0xHHHHHH | !rightbghover=0xHHHHHH | ||
− | |Right background | + | |Right background color (hover) |
|- | |- | ||
!lefticon=0xHHHHHH | !lefticon=0xHHHHHH | ||
− | |Left icon | + | |Left icon color |
|- | |- | ||
!righticon=0xHHHHHH | !righticon=0xHHHHHH | ||
− | |Right icon | + | |Right icon color |
|- | |- | ||
!righticonhover=0xHHHHHH | !righticonhover=0xHHHHHH | ||
− | |Right icon | + | |Right icon color (hover) |
|- | |- | ||
!text=0xHHHHHH | !text=0xHHHHHH | ||
Line 53: | Line 57: | ||
|- | |- | ||
!slider=0xHHHHHH | !slider=0xHHHHHH | ||
− | |Slider | + | |Slider color |
|- | |- | ||
!loader=0xHHHHHH | !loader=0xHHHHHH | ||
− | |Loader bar | + | |Loader bar color |
|- | |- | ||
!track=0xHHHHHH | !track=0xHHHHHH | ||
− | |Progress track | + | |Progress track color |
|- | |- | ||
!border=0xHHHHHH | !border=0xHHHHHH | ||
− | |Progress track border | + | |Progress track border color |
|} | |} | ||
− | |||
[[Category:Help]] | [[Category:Help]] |
Revision as of 04:13, 11 February 2009
Posting an Mp3
This site uses the Flashmp3 extention to play mp3s. This site has a 2 mb limit on mp3 uploads, so use a low bitrate. Rather than copying any code from the sections below, you may now just click on from the toolbar to automatically paste the code.
The player will look like:
Error: file 02.mp3
not found
Code Examples
<flashmp3>mymp3.mp3</flashmp3>
Plays an uploaded mp3-file called mymp3.mp3.
<flashmp3>http://www.somedomain.com/mp3/mymp3.mp3</flashmp3>
Plays the remote mp3-file from the URL http://www.somedomain.com/mp3/mymp3.mp3.
<flashmp3>mymp3.mp3,yourmp3.mp3|autostart=yes|loop=yes</flashmp3>
Plays the two uploaded files mymp3.mp3 and yourmp3.mp3 one after the other, autostarts playing when the site is loaded and loops the files.
Parameter Reference
Option | Effect |
---|---|
autostart=yes | The player will automatically open and start to play the track (default value is no) |
loop=yes | The track will be looped indefinitely (default value is no) |
bg=0xHHHHHH | Background color option (where HHHHHH is a valid hexadecimal color value such as FFFFFF or 009933) |
leftbg=0xHHHHHH | Left background color |
rightbg=0xHHHHHH | Right background color |
rightbghover=0xHHHHHH | Right background color (hover) |
lefticon=0xHHHHHH | Left icon color |
righticon=0xHHHHHH | Right icon color |
righticonhover=0xHHHHHH | Right icon color (hover) |
text=0xHHHHHH | Text colour |
slider=0xHHHHHH | Slider color |
loader=0xHHHHHH | Loader bar color |
track=0xHHHHHH | Progress track color |
border=0xHHHHHH | Progress track border color |