Added finetune to my BlogCFC pods
I've just added Finetune to my blog's side menu.
[REMOVED IT DUE TO IT BEING A HEAVY LOAD ON SOME VISITORS]
It's a fun concept, you select 45 of your favourite songs, and you embed this little player you see on the right here and visitors can listen to your music playlists. It supports multiple playlists as well, so you can change your site regularly. I've also added a POD to BlogCFC, which you can use for yourself as well (it doesn't fit the menu, since it's 215px wide, but I don't mind)
<cfprocessingdirective pageencoding="utf-8">
<cfmodule template="../../tags/podlayout.cfm" title="Finetune">
<cfoutput>
<embed src="http://www.finetune.com/player/FineTuneShell.swf?pinst=C7797054F4C34F03AD2D17B0A1573B4C" quality="high" flashVars="pinst=C7797054F4C34F03AD2D17B0A1573B4C" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="215" height="220"></embed>
<br />My music selection.
</cfoutput>
</cfmodule>
<cfsetting enablecfoutputonly=false>
Just replace the embed string with your own and save the pod to your blogcfc\includes\pods directory and it will automatically show up inside your Pod Manager.
What's also quite nice is the Adobe Air player that allows you to access your playlist from the desktop.



There are no comments for this entry.
[Add Comment]