not sure where to post this how do i make audioURLS

joxley1990 said:
What do you mean, audio URL's?

Im working on my msn space and want background music for it but you need to have an audio url that has the end of the weblink ending with mp3, wav ect ect and dnt know how to make them
 
Just upload the audio, and there should be a link to it. It should have the format. All you need to do, is link to the direct link.




Don't hotlink off of other sites, by the way.
 
Code:
<embed src="[url="http://website.com/music.mp3"]http://website.com/music.mp3[/url]" autostart="true" loop="true" hidden="true"></embed>
 
Paradox said:
Code:
<embed src="[url="http://website.com/music.mp3"]http://website.com/music.mp3[/url]" autostart="true" loop="true" hidden="true"></embed>
you should be able to do with meta tags aswell
 
Back
Top Bottom