{"id":46958,"date":"2010-12-08T10:17:29","date_gmt":"2010-12-08T10:17:29","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/single-mp3-player\/"},"modified":"2010-12-06T17:56:20","modified_gmt":"2010-12-06T17:56:20","slug":"single-mp3-player","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/single-mp3-player\/","author":7373121,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"trunk","tested":"3.0.5","requires":"2.8.0","requires_php":"","requires_plugins":"","header_name":"Single MP3 Player","header_author":"FlashBlue","header_description":"","assets_banners_color":"","last_updated":"2010-12-06 17:56:20","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.flashdo.com\/item\/single-mp3-player\/67","header_author_uri":"http:\/\/www.flashdo.com\/user\/flashblue","rating":0,"author_block_rating":0,"active_installs":10,"downloads":10110,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539125","resolution":"1","location":"plugin"}},"screenshots":{"1":"You can view the live demo on <a href=\"http:\/\/www.flashdo.com\/item\/single-mp3-player\/67\" title=\"Single MP3 Player\">flashdo.com<\/a> for Single MP3 Player."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[89864,2236,89863,32556,708],"plugin_category":[50],"plugin_contributors":[89865],"plugin_business_model":[],"class_list":["post-46958","plugin","type-plugin","status-closed","hentry","plugin_tags-equalizer","plugin_tags-filter","plugin_tags-flashblue","plugin_tags-glow","plugin_tags-mp3","plugin_category-media","plugin_contributors-flashblue","plugin_committers-flashblue"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/single-mp3-player.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/single-mp3-player\/trunk\/screenshot-1.jpg?rev=1539125","caption":"You can view the live demo on <a href=\"http:\/\/www.flashdo.com\/item\/single-mp3-player\/67\" title=\"Single MP3 Player\">flashdo.com<\/a> for Single MP3 Player."}],"raw_content":"<!--section=description-->\n<p>Sound spectrum driven single MP3 player with full XML support.<\/p>\n\n<p>Features included:<\/p>\n\n<ul>\n<li>XML driven MP3 player<\/li>\n<li>You can set MP3 URL<\/li>\n<li>Equalizer bars count<\/li>\n<li>Equalizer bar color, width, height<\/li>\n<li>Equalizer bar alpha according to bar height<\/li>\n<li>You can set padding \/ empty space between equalizer bars<\/li>\n<li>You can show \/ hide glow filter<\/li>\n<li>You can show \/ hide shadow filter at the bottom of equalizer bars<\/li>\n<li>You can play \/ pause MP3 player clicking on it<\/li>\n<li>SoundMixer is used to equalizer<\/li>\n<li>Includes WordPress plugin &amp; Joomla module<\/li>\n<\/ul>\n\n<p>You can see other XML files in sources folder.<\/p>\n\n<!--section=installation-->\n<p>Make sure your Wordpress version is greater than 2.8 and your hosting provider is using PHP5.<\/p>\n\n<ol>\n<li>Download the plugin and upload it to the <strong>\/wp-content\/plugins\/<\/strong> directory. Activate through the 'Plugins' menu in WordPress.<\/li>\n<li>Create a new folder inside your <strong>wp-content<\/strong> folder called <strong>flashdo<\/strong>, inside this folder create a new one called <strong>flashblue<\/strong>, inside this folder create a new one called <strong>single-mp3-player<\/strong> and copy files under <strong>deploy<\/strong> or free zip folder there<\/li>\n<li>Download the <a href=\"http:\/\/www.flashdo.com\/fc\/wordpress\/single-mp3-player.zip\" title=\"Single MP3 Player\">Free Single MP3 Player<\/a> and copy the content of the archive in <strong>single-mp3-player<\/strong> folder. (e.g: \"http:\/\/www.yoursite.com\/wp-content\/flashdo\/flashblue\/single-mp3-player\")<\/li>\n<li>If you copied the files to a location different than the one above, go to <strong>Single MP3 Player<\/strong> from the <strong>Settings<\/strong> tab in your <strong>WordPress Dashboard<\/strong> and update the path accordingly<\/li>\n<li>Add <code>[single-mp3-player][\/single-mp3-player]<\/code> where you want the Flash to show up in your post\/page<\/li>\n<li>If you want to make the Single MP3 Player part of your theme, edit the template files and add <code>&lt;?php singlemp3player_echo_embed_code(); ?&gt;<\/code> where you want it to show up<\/li>\n<li>Modify the <code>mp3player.xml<\/code> content and use it to overwrite <code>wp-content\/flashdo\/flashblue\/single-mp3-player\/xml\/mp3player.xml<\/code><\/li>\n<li>To use your own images \/ swf, upload them to <code>wp-content\/flashdo\/flashblue\/single-mp3-player\/images\/<\/code><\/li>\n<\/ol>\n\n<h4>Additional settings file<\/h4>\n\n<p>To embed the Single MP3 Player more than once, you will need another settings file. Let's assume your new file is called <code>mp3player2.xml<\/code>. Add <code>[single-mp3-player xmlUrl=\"xml\/mp3player2.xml\"][\/single-mp3-player]<\/code> where you want the Flash to show up in your post\/page. If you made the Flash part of your theme, add the file name as <strong>the first argument<\/strong> of the <code>singlemp3player_echo_embed_code()<\/code> function call (for example <code>&lt;?php singlemp3player_echo_embed_code(\"xml\/mp3player2.xml\"); ?&gt;<\/code>).<\/p>\n\n<h4>No Flash support text<\/h4>\n\n<p>To support visitors without Adobe Flash Player, you can provide alternative content by adding the text between <code>[single-mp3-player]<\/code> and <code>[\/single-mp3-player]<\/code>. If you made the Flash part of your theme, add the text as <strong>the second argument<\/strong> of the <code>singlemp3player_echo_embed_code()<\/code> function call (for example <code>&lt;?php singlemp3player_echo_embed_code(\"\",\"Alternative content\"); ?&gt;<\/code>).<\/p>\n\n<h4>If you have PHP4<\/h4>\n\n<p>To make it work with PHP4, add <code>[single-mp3-player width=\"590\" height=\"300\"][\/single-mp3-player]<\/code> where you want the Flash to show up in your post\/page. If you made the Flash part of your theme, add the width and height as <strong>the third and fourth argument<\/strong> of the <code>singlemp3player_echo_embed_code()<\/code> function call. Don't forget to provide your own width and height values, since 590 and 300 are just examples.<\/p>\n\n<h4>Remove FlashBlue logo<\/h4>\n\n<p>If you don't want to have the FlashBlue logo on the top left corner, you'll have to purchase the <a href=\"http:\/\/www.flashdo.com\/item\/single-mp3-player\/67\" title=\"Single MP3 Player\">commercial package<\/a>. You'll also have access to the fla file and all other sources. After downloading the commercial archive, overwrite the swf file from the <code>\/wp-content\/flashdo\/flashblue\/single-mp3-player<\/code> directory.<\/p>","raw_excerpt":"Sound spectrum driven single MP3 player with full XML support.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46958","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=46958"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/flashblue"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46958"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46958"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46958"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46958"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46958"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}