MyFabrik is actually a storage site for files, images, and songs. However it also contains a small flash music player that you can play on Myspace It can load only one song at a time, but there’s a special way to get the tiny version of the music player onto your site.
First Log In, then click Music, then click Import. Select the song you want, and click Import. The next step is to click on the song you just uploaded and click embed. Here’s an Example
The Following Code is an example of MyFabrik’s Music Player
<div><embed src=”http://www.myfabrik.com/webapps/xspf_player.swf” mce_src=”http://www.myfabrik.com/webapps/xspf_player.swf” flashvars=”autoplay=true&autoload=true&info_button_text=myfabrik.com” width=”400″ height=”170″ quality=”high” scale=”noscale” salign=”b” wmode=”transparent” name=”fabrikaster” align=”middle” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” ></embed></div><div style=”font-size: 11px;”>Powered by <a class=”bmk_lnk” target=”_fabrik_” href=”http://www.myfabrik.com” mce_href=”http://www.myfabrik.com”>www.myfabrik.com</a></div>
Ok now to get the small flash player, copy and paste your embed code that you recieved from the site into notepad. You will then change these areas that I have listed below.
Find the section below in your notepad:
http://www.myfabrik.com/YOURUSERNAME/xspf_player.swf
Change it to this:
http://www.myfabrik.com/YOURUSERNAME/xspf_player_slim.swf
Now change the width and the height to:
width=”200″ height=”15″
Change salign to the letter L as below:
salign=”l”
Once you do this you will now have a tiny flash music player you can put on myspace or other services.