Jump to content
Sign in to follow this  
mickradford

SCM Music Player

Recommended Posts

mickradford

Hello all, If anyone has experience with SCM music player I'd appreciate some advice. SCM is a seamless music player which parks itself either on top or bottom of the web page,SCM Seamless Player (see link for more detail.) I'm currently running a flash based pop-out player on my site michelleleigh.com but I like the look of the SCM player better. I basically need to know a) if this can be implemented on wordpress/Platform Pro and B) if so, where do i stick the code? Any help is appreciated. thanks! -Mick

Share this post


Link to post
Share on other sites
mickradford

After you create your playlist they give you these instructions:

Please paste the code into you HTML template, right after the <body> tag. (Tumblr user: go to Customize > Theme > Use Custom HTML) (Blogger user: go to Settings > Design > Edit HTML)
And this bit of code:
	<!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
	<script type="text/javascript" >
	document.write(unescape('%3C%73%63%72%69%70%74%20%74%79%70%65%3D%22%74%65%78%74%2F%6A%61%76%61%73%63%72%69%70%74%22%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%73%63%6D%70%6C%61%79%65%72%2E%6E%65%74%2F%73%63%72%69%70%74%2E%6A%73%22%20%3E%3C%2F%73%63%72%69%70%74%3E'));
	</script>
	SCM Music Player - seamless music for your Website, Wordpress, Tumblr, Blogger.
	<script type="text/javascript">
	SCMMusicPlayer.init("{'skin':'skins/black/skin.css','playback':{'autostart':'true','shuffle':'false','volume':'50'},'playlist':[{'title':'Black Ink','url':'http://www.michelleleigh.com/audio/black_ink.mp3'},{'title':'Friends with Benefits','url':'http://www.michelleleigh.com/audio/fwb.mp3'},{'title':'Triple J','url':'http://www.michelleleigh.com/audio/triple_j.mp3'},{'title':'What I Need','url':'http://www.michelleleigh.com/audio/what_i_need.mp3'}],'placement':'top','showplaylist':'false'}");
	</script>
	<!--End of SCM Music Player script-->
	[/code]

Not sure how seamless this will wind up being on WP - would be a great feature if they could work it into a plug-in.

Share this post


Link to post
Share on other sites
catrina

Yes, it would be nice if it were a plugin. From what I can see, the code they give you should be inserted using a hook rather than added directly into any core files...


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
mickradford

Hey Catrina, Yep - hooking it worked great - used

pagelines_before_site

and it shows right where I need it to. Thanks! @Adam - yeah, I'm experimenting with it and testing my load times, at present I'm using a flash based pop-up player so it's a toss up. Self hosting the script seems to make it run a little better but I haven't run it with "W3 Total Cache" yet - we shall see! Thanks to both!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×