|
|
|
|
|
|
Posted: Wed Dec 31, 2014 11:45 pm
[ Media Guide ]Dewplayer
Check out all the different players here.
Why use Dewplayer? player is compact and easy to use capable of autoplay and loop buttons are cute
Long story short: the song title display does not work. Sorry :c
Note that these players require you to have direct mp3 links.
Last Update: 5/12/2017
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Jan 01, 2015 12:03 am
Types of PlayersWhile this site lists seven different players, the very last one (vinyl) is not listed in the options for the code generator. Each player has a green loading bar (except the bubble, which has a red one), a certain number of unique buttons, and a thin white stripe runs through the bar while the player is playing (except the bubble), and a white background. Please note that song display does not work without some complex song information external hosting which I will not explain here.
For a single song, choose the mini, classic, or bubble player. For a playlist, choose the multi, multi rect, or playlist player.
Mini This is the simplest player, sporting only a single button that functions as a green play button and also a red stop button, and loading bar.
Classic The only difference from the mini player is that the classic player carries three buttons that have their own functions, a green play button, a yellow pause button, and a red stop button.
Multi The multi player is nearly the same as the classic player but is also a playlist, so it has two more green forward and backward buttons.
Multi Rect For those who are looking for a little bit different colors, the multi rect player is also is capable of playing a playlist. The background of the buttons is a silver color and instead, the symbols upon the buttons have colors (green arrow for play, red box for stop, etc). (The green is a slightly different shade from the one used in all the other players).
Playlist The playlist looks similar to the multi player, but there is a volume control button in place of forward and backward buttons. Notice that on the Dewplayer website, this player is capable of displaying the entire playlists with song titles and the works. This not possible now due to an xml hosting error, so if you want to use this player principally for its control buttons, use CSS to cut off the list. (See the bottom post.) Otherwise, you can let your listeners pick between blank song slots.
Bubble The bubble player looks different from the other players. It supports a single song. The play button is much larger (though the pause and stop buttons are not) and they are rounded. The player is a large gray rectangle with a Dewplayer tag at the bottom. (The tag may be bothersome; one can't cut it off using CSS without leaving some of the word behind, and the background of the player is white.) The loading bar is red instead of green. Though the website example shows the player displaying the song title and length while playing, I have not found a way for it to do this.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Fri Jan 02, 2015 12:48 am
Media URLThe generator on the website gives an html code, which is useless for Gaia, but I found a way to use these players directly hosted from the website. Each player has a specific url according to its name. Copy one of them and then follow the steps at the bottom of this post depending on your personal preferences.
Mini http://www.mysplayer.com/dewplayer/dewplayer-mini.swf?
Classic http://www.mysplayer.com/dewplayer/dewplayer.swf?
Multi http://www.mysplayer.com/dewplayer/dewplayer-multi.swf?
Multi Rect http://www.mysplayer.com/dewplayer/dewplayer-rect.swf?
Playlist http://www.mysplayer.com/dewplayer/dewplayer-playlist.swf?
Bubble http://www.mysplayer.com/dewplayer/dewplayer-bubble.swf? Visit this post to see how to get a direct mp3 link.Now that you have your mp3 direct link, add it to the back of your url with mp3= in front of the mp3 url, like so: http://www.mysplayer.com/dewplayer/dewplayer.swf?mp3=http://k003.kiwi6.com/hotlink/wts817q4r0/Canalave_City.mp3.If you are forming a playlist, the steps are similar to attaching one song to the url. AFter attaching the first one, put a | at the end of the url, and repeat the song-uploading process, but do not put mp3= in front of the next mp3 url. Paste it there, and if another song is desired, repeat the process, adding another | at the end of the url. Here's an example of pasting three songs: http://www.mysplayer.com/dewplayer/dewplayer-playlist.swf?mp3=http://k003.kiwi6.com/hotlink/wts817q4r0/Canalave_City.mp3|http://k003.kiwi6.com/hotlink/wts817q4r0/Canalave_City.mp3|http://k003.kiwi6.com/hotlink/wts817q4r0/Canalave_City.mp3Proceed to the next post for extra stuff.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sat Jan 03, 2015 12:34 am
ParametersThese are sort of like extra features that you can add to the back of your url to customize your player a little more. All you need to do is put a & before the parameter name and set it equal to the preferred value. For example, if you want it to autoplay, add &autostart=1 to the end of your url. Some the parameters listed on the website do not work, though, so I have only listed the ones that do.
autoreplay 0 = (default) Player plays through entire song and stops playing when finished. 1 = Player plays through all songs and repeats sequence after playing the last song. Playlists must be set to this option if you want it to continue onto the next song after the first one, for some odd reason.
autostart 0 = (default) Player does not play without having pressed the play button. 1 = Player begins playing as soon as the page finishes loading.
mp3 Refers to direct mp3 link of music file. See the above post to find out how to obtain a direct link.
randomplay 0 = (default) Player plays through the tracks listed in order on the playlist. 1 = Player randomly plays through the tracks on the playlist. For some reason, the first song is always played first, though the rest are randomized.
volume Default value is 100. Accepts values zero to 100.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jan 03, 2015 12:21 pm
CSS Theme Override CodesHere are some codes to adjust Dewplayer to your profile.
Selectors v1 (Classic) profiles: #multimedia embed v2 (Current) profiles: .media_panel object
Mini {height: 20px; width: 160px;}
Classic {height: 20px; width: 200px;}
Multi {height: 20px; width: 240px;} = Normal size with all buttons {height: 20px; width: 200px;} = No forward/backward buttons
Multi Rect {height: 20px; width: 240px;} = Normal size with all buttons {height: 20px; width: 201px;} = No forward/backward buttons
Playlist {height: 200px; width: 240px;} = Normal size with all buttons and playlist {height: 20px; width: 240px;} = All buttons but no playlist
Bubble {height: 65px; width: 250px;}
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|