First of All I thank adobe for bringing such a wonderful program.
I am enjoying working on my webiste. Now I want to put some audio files with MP3 player. I searched questions and found my half of my answer here:
http://forums.adobe.com/message/4839744
Now my question is that where I had to upload files? For example i uploaded files to server with folder name "Lectures". So should I mention some where the folder name in following code??
"<audio controls>
<source src="abc.ogg" type="audio/ogg">
<source src="abc.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>"
Regards