PDA

View Full Version : Posting a .wav file


RoadGrader
10-20-2005, 10:07 AM
can you tell me how to post a .wav file of 2.44MB for members to view?

thanks

Undertaker #59
10-20-2005, 11:14 AM
For posting a file that large, you generally need to link to it with the following code:

< EMBED SRC="http://www.somesite/sound.wav" AUTOSTART=false LOOP=FALSE WIDTH=145 HEIGHT=55 ALIGN="CENTER" >

Replace the http://www.somesite/sound.wav with the actual address.

To make that code work, you need to delete the space after the first < and before the last >


If you do not have a site to link to, you could email the file to me and I could upload it to the .Net server, then give you a link to post it.