=== Compact WP Audio Player ===
Contributors: Tips and Tricks HQ
Donate link: http://www.tipsandtricks-hq.com/development-center
Tags: audio, audio player, embed, media, media player, mp3, mp3 player, music, music player, player, podcast, sound
Requires at least: 3.0
Tested up to: 3.6
Stable tag: 1.5
License: GPLv2 or later

A Compact WP Audio Player Pluign that is compatible with all major browsers and devices (Android, iPhone)

== Description ==

Compact WordPress Audio Player plugin is an HTML5 + Flash hybrid based wordpress plugin which can be used to embed an mp3 audio file on your WordPress post or page using a shortcode. The audio player is cute and compact and will play on all major browsers. 

This audio player plugin Supports .mp3 and .ogg file formats

= Features =
* The audio player is compact so it does not take a lot of real estate on your webpage
* HTML5 compatible so the audio files embedded with this plugin will play on iOS devices
* Works on all major browsers - IE7, IE8, IE9, Safari, Firefox, Chrome
* If you do podcasting then this audio player can be used to embed the audio files on your WordPress posts or pages
* If you are selling audio files from your site then you can use this plugin to offer a preview
* Add the audio player to any post/page using shortcode
* Use autoplay option to play an audio/mp3 file as soon as the page loads

More details can be found on the [Compact Audio Player Plugin Page](http://www.tipsandtricks-hq.com/wordpress-audio-music-player-plugin-4556)

== Installation ==

1. Upload the "sc_audio_player.zip" file via the WordPress's plugin uploader (Plugins -> Add New -> Upload)
2. Activate the plugin through the "Plugins" menu in Wordpress.
3. Create a page or post to show the player using shortcode. 
4. Add shortcode anywhere in the post/page like: [sc_embed_player fileurl="mp3 file url"]

== Usage ==
Use the following shortcode to embed an audio file anywhere on your site

[sc_embed_player fileurl="URL OF THE MP3 FILE"]

Example shortcode:

[sc_embed_player fileurl="http://www.example.com/wp-content/uploads/my-music/mysong.mp3"]

== Screenshots ==
Visit the following page for screenshots
http://www.tipsandtricks-hq.com/wordpress-audio-music-player-plugin-4556

== Frequently Asked Questions ==
None

== Upgrade Notice ==
None

== Changelog ==

1.5 - added a auto loop parameter option in the shortcode to automatically loop the audio file

1.4 - added a volume parameter option in the shortcode so you can specify the volume of the audio

1.3 - Added the autoplay option in the shortcode.

1.2 - added the ability to spcify a container class via the shortcode (helpful for CSS customization)

1.1 - minor javascript bug fix
