PDA

View Full Version : audio


lp_freak
05-12-2002, 02:11 AM
hey I'm tryin to help someone with his a site trying to play audio with downloading and the audio format is in wma can he play music from his site in wma format?

lp_freak
05-12-2002, 02:12 AM
without any body downloading*

fredricknish
05-12-2002, 06:52 AM
If your gona have it for download then just convert it into WMA format with a windows media encoder and just add a link to it in your site.

or do you want to stream the music?

lp_freak
05-12-2002, 02:56 PM
He wants to be streamed not download

fredricknish
05-12-2002, 04:45 PM
Hmmmmm...I searched for some good tutorial abt WMA streaming but I couldn't find one.Ok I will tell you what to do.

Convert your songs into windows media format WMA.I guess u have a WMA encoder.If you dont have one download it from
http://www.microsoft.com/windows/windowsmedia/wm7/encoder.asp

Convert your songs to WMA format and then uplaod it to your server.

Now your gona make a ASX file.Open notepad or any other text editor and put this code in (change the url to your uploaded song)

<ASX version="3.0">

<Entry>
<ref HREF="http://www.yourserver/song.wma"/>
</Entry>
</ASX>

Now save it as the song name.asx extension.Like if your song is called hero then save the file as hero.asx.Upload the file to your server and place a link to the asx file in your site.The song will play if someone clicks on the link.

Let us know if u have any problem.