Difference between revisions of "Help:Posting mp3"
From Korean Wiki Project
Line 69: | Line 69: | ||
|Progress track border color | |Progress track border color | ||
|} | |} | ||
− | + | {{Languages|Help:Posting mp3}} | |
[[Category:Help]] | [[Category:Help]] |
Revision as of 21:40, 7 April 2009
|
Help · Cheat Sheet · Community portal |
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 this:
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 |