|
if (document.createElement('audio').canPlayType) { |
|
if (!document.createElement('audio').canPlayType('audio/mpeg') && |
|
!document.createElement('audio').canPlayType('audio/ogg')) { |
|
swfobject.embedSWF("http://flash-mp3-player.net/medias/player_mp3_mini.swf", |
|
"default_player_fallback", "200", "20", "9.0.0", "", |
|
{"mp3":"https://soundcloud.com/stanwmusic/lasttrail-mp3"}, |
|
{"bgcolor":"#222222"} |
|
); |
|
swfobject.embedSWF("http://flash-mp3-player.net/medias/player_mp3_mini.swf", |
|
"custom_player_fallback", "200", "20", "9.0.0", "", |
|
{"mp3":"https://soundcloud.com/stanwmusic/lasttrail-mp3"}, |
|
{"bgcolor":"#222222"} |
|
); |
|
document.getElementById('audio_with_controls').style.display = 'none'; |
|
} else { |
|
// HTML5 audio + mp3 support |
|
document.getElementById('player').style.display = 'block'; |
|
} |
|
} |
|
if (document.createElement('audio').canPlayType) { |
|
if (!document.createElement('audio').canPlayType('audio/mpeg') && |
|
!document.createElement('audio').canPlayType('audio/ogg')) { |
|
swfobject.embedSWF("http://flash-mp3-player.net/medias/player_mp3_mini.swf", |
|
"default_player_fallback", "200", "20", "9.0.0", "", |
|
{"mp3":"https://soundcloud.com/stanwmusic/lasttrail-mp3"}, |
|
{"bgcolor":"#222222"} |
|
); |
|
swfobject.embedSWF(http://flash-mp3-player.net/medias/player_mp3_mini.swf", |
|
"custom_player_fallback", "200", "20", "9.0.0", "", |
|
{"mp3":"https://soundcloud.com/stanwmusic/lasttrail-mp3"}, |
|
{"bgcolor":"#222222"} |
|
); |
|
document.getElementById('audio_with_controls').style.display = 'none'; |
|
} else { |
|
// HTML5 audio + mp3 support |
|
document.getElementById('player').style.display = 'block'; |
|
} |
|
} |
|
|
|
/* |
|
Modified by: Stan Williams http://stans-songs.com and http://stanwilliamsmusic.com |
|
|
|
MP3 sample is Last Trail by: Stan Williams: http://www.stanwilliamsmusic.com and is licensed under http://creativecommons.org/licenses/by-nc-nd/3.0/ |
|
|
|
Attribution - NonCommercial - NoDerivatives |
|
|
|
Download Last Trail.MP3 free here: |
|
https://soundcloud.com/stanwmusic/lasttrail-mp3 |
|
|
|
Download the .ogg file free here: |
|
https://archive.org/details/StanWilliamsLastTrail |
|
|
|
------------------------------------------ |
|
Code samples are licensed under the Apache 2.0 License. http://www.apache.org/licenses/LICENSE-2.0 |
|
|
|
Flash MP3 player is from neolao production |
|
http://flash-mp3-player.net/ |
|
|
|
|
|
Download the MP3 player free here: http://flash-mp3-player.net/players/mini/download/ |
|
|
|
MP3 player license: |
|
The player is under the Creative Commons BY SA http://creativecommons.org/licenses/by-sa/3.0/deed.fr |
|
and MPL 1.1 license: http://www.mozilla.org/MPL/ |
|
|
|
|
|
You can use the player without citing the author. |
|
|
|
originalcode author: |
|
http://www.html5rocks.com/en/tutorials/audio/quick/ |
|
*/ |
Demo, preview, and edit live here : http://codepen.io/Stanssongs/pen/IzsvB/