Re: How to hide the Location of the media file ?
- From: "Mike Lowery" <selfspam@xxxxxxxxxxxxxxxx>
- Date: Mon, 21 Nov 2005 10:28:21 -0800
"Neil Smith [MVP Digital Media]" <neil@xxxxxxxxxx> wrote in message
news:ki83o19u08jibghcslk3dn57r3pnjlk7lq@xxxxxxxxxx
> On Sun, 20 Nov 2005 21:49:02 -0800, "cs"
> <cs@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
>>haha.. agree. Luckily my users is not that technical ... so as long can hide
>>.. it would great helpful.
>>
>>"Big Orange" wrote:
>
> The just URL Encode the path to the server and file in your HTML, eg
>
> mms:%2F%2F%6D%79%73%65%72%76%65%72%2E%63%6F%6D%2F%70%61%74%68%2F%74%6F%2F%6D%79%2F%66%69%6C%65%2E%77%6D%76
>
> The browser will decode that to the correct URL. To play :
>
> <script language="javascript1.2">
> pathstr="//myserver.com/path/to/my/file.wmv";
> resstr="";
> for (i=0; i<pathstr.length; i++) {
> resstr+="%"+pathstr.charCodeAt(i).toString(16).toUpperCase();
> }
> document.write('<a href="mms:'+resstr+'">Click For Media</a>');
> </script>
Here's a useful tool:
http://www.damienmjones.com/work/obfuscator.htm
.
- References:
- Re: How to hide the Location of the media file ?
- From: Neil Smith [MVP Digital Media]
- Re: How to hide the Location of the media file ?
- From: Neil Smith [MVP Digital Media]
- Re: How to hide the Location of the media file ?
- Prev by Date: Re: If we use the Ad Wrapper, clients play Slow Motion
- Next by Date: Limits for bandwidth
- Previous by thread: Re: How to hide the Location of the media file ?
- Next by thread: Playlist not displaying titles from URL.
- Index(es):
Relevant Pages
|