To add a player to your web site, you will need:
- Audio files (in MP3 Fornat)
- File area on the page where you will upload your audio files.
Then:- Upload the MP3 files to the designated file area.
- Add the following code inside an HTML Snippet anywhere on the page.
- Publish the page and open the end-user view.
<script type="text/javascript" src="http://aws.netclime.net/AP/audio-player.js"></script><script type="text/javascript">if ( document.location.href.indexOf( "/Admin/" ) == -1 ) {$( window ).addEvent( 'domready', function() {AudioPlayer.setup( { width: 290 });SK_AudioPlayer_Setup();} ); } </script>This code will convert all mp3 files (only in End-user view) uploaded in a file area into streaming audio and display the following audio controls: