Playing music from a different place

i made a player similar to http://www.kirupa.com/developer/mx/volume_slider.htm
but i was wondering if and how I can use a URL instead of the .mp3 file to play the music…help please

need helppp

instead of “attachsound” you can use an xml file to link to your music, which uses urls.

many artists sites use this:

hava look at here: http://www.kirupaforum.com/forums/showthread.php?s=&threadid=40757&perpage=15&pagenumber=1

great wrok voetz :wink:

[AS]
mySound.loadSound( “http://www.example.com/sound2.mp3”, false);[/AS]

scotty(-:

but can you get the URL of a .wma song and play it??