...where "directoryname" is the directory your sound file is in, and "filename.wav" is the name of the sound file. If the file is in MP3 format than the extention would be ".mp3" instead of ".wav". If you uploaded your sound file to the root level of your website (that is, not in a directory created by you) then you'd leave the directory name out of the portion in quotes.
EXACTLY how do I know my directory name (I know... newbie question!)
Thank you!
EXACTLY how do I know my directory name (I know... newbie question!)
Thank you!
When you organize files on your own Windows computer you create a heiarchy of folders (also called directories) to store them in, correct? You can do the same thing with your web space. When you login to your web server via an FTP program (such as Filezilla) you see only one folder with the name of your domain...click on that and you are now in the "root" or bottom-level directory. Every file you put there will be accessed on the web by typing:
http://www.yoursitename.ws/yourfile.html
When you organize web content in directories the web address changes depending on the name of the directory. If you put all of your digital photos in a directory called "photos" then all of the files files in that directory can be accessed on the web by typing in:
http://www.yoursitename.ws/photos/filename.jpg
If you want to organize them further into vacation photos and business photos create seperate directories to put them in. To make it easy I'll call those new directories "vacation" and "business". So files in those directories are accessed on the web with:
http://www.yoursitename.ws/photos/vactaion/filename.jpg
http://www.yoursitename.ws/photos/business/filename.jpg
Probably more than you were looking for, but it makes a good overview for those really new to how websites work.
Cheers,
Jim