[top-post fix]
[color=blue][color=green]
> > Uzytkownik "John" <count@duckula.com> napisal w wiadomosci
> > news:ccho00l0iru41esj6kq91ee52ka20rikch@4ax.com...[color=darkred]
> >> Hello.
> >>
> >> If I wanted to make a website of sound files that are playable within
> >> the actual webpage, but people visiting the site can't save, or see
> >> the filenames so they can download from the site, is this possible?
> >>
> >> What would be the best format to save the sound clips in? I would
> >> need something that doesn't take up too much space but is good
> >> quality.
> >>
> >> Is it possible to somehow use a php include statement so that the
> >> filename is not visible?
> >>
> >> I am fairly new to the world of php and am just starting to learn it.
> >>
> >> Thanks for any help
> >>
> >> John[/color][/color][/color]
[color=blue]
> Chung Leong wrote:[color=green]
> > Just the Real plugin to play the files within the browser itself.
> > Here's the URL to the Real API guide:
> >
> >[/color]
>
http://service.real.com/help/library...rowse/realscri[color=green]
> > pt.htm
> >
> > The links for playing the files would call a Javascript function,
> > which in turn calls a method of the plugin to set the URL and start
> > the player. Put this function, along with the list of file paths in a
> > PHP-generated .js file and link it in, to make it a little harder for
> > people to find out where the files are. If you want to be real
> > sneaky, set the encoding of the .js file to UTF-8 and stick a
> > zero-width white-space at the end of each filename. The oughta
> > confuse the heck out of them :-)[/color][/color]
"Agelmar" <ifetteNOSPAM@comcast.net> wrote in message news:<buj55l$i7fe4$1@ID-30799.news.uni-berlin.de>...[color=blue]
> Other than the fact that most people don't have the Real player installed,
> and I wouldn't touch the damned thing if my life depended on it...[/color]
Yes, though anti-Real sentiment is bit common among developers, I
could see many site use it. Their compression is tremendous, for
example a MP3 file of about 6MB easily compressed to just 700KB in
their format, which is real benefit for online play stations.
[color=blue]
> it's
> still an incredibly easy matter of opening up the source code and looking
> for the URL.[/color]
Yes, anything over HTTP can easily be trapped. But, if you use RTSP
(Real) or MMS (Microsoft), you can __somewhat__ control the "file
saving". Probably using PHP to dynamically create ASF files (for MMS)
may help a bit.
--
"We live to die; We die to live"
Toooo busy... will actively join soon
Email: rrjanbiah-at-Y!com