upload it to some file hosting site like
fileden,
make sure its in the format that the site accepts.
to make your song an MP3, you can do so by using iTunes if you need help with that PM me.
then use this code;
CODE
<embed allowScriptAccess="never" allowNetworking="internal" enableJSURL="false" src="song URL here" autostart="true" loop="true" hidden="true">
if you don't want it to loop put where it says
loop="true" replace
true with
falseif you don't want it to start automatically put where it says
autostart="true" replace
true with
falseif you want people to be able to pause it put where it says
hidden="true" replace
true with
false