tobolita
07-18-2010, 09:32 PM
Im working on an Iphone web, so basically I wont be using any flash players to do that. So I will be using the HTML 5.0 codes.
<audio src="mp3file.mp3" controls autobuffer></audio>
Is there any way to hide the source location? To prevent viewers from downloading it.
I guess Ill be using PHP... Is there any javascript code or others?
I would want PHP as my last and NOT ONLY option to do it, since I have limited access to the server's database, and PHP is not really my area of expertise.
help is appreciated XD
<audio src="mp3file.mp3" controls autobuffer></audio>
Is there any way to hide the source location? To prevent viewers from downloading it.
I guess Ill be using PHP... Is there any javascript code or others?
I would want PHP as my last and NOT ONLY option to do it, since I have limited access to the server's database, and PHP is not really my area of expertise.
help is appreciated XD