[Flashcoders] secure FLV linking

2008-05-13 Thread Corban Baxter
hey all I was wondering what is a pretty standard way to call an FLV so its actually path isn't transparent. Like I want to call... http://www.mysite.com/myFLV.flv but I don't want people to be able to see the URL in service capture like that. I want it to be more like

Re: [Flashcoders] secure FLV linking

2008-05-13 Thread Glen Pike
You can't hide URL requests, but you could use a proxy script to mask the FLV names. The problem is that like YouTube's get_video.php script, you can still call this from anywhere. YouTube makes it a bit harder by adding on a variable called t that seems to change per video called - it's

RE: [Flashcoders] secure FLV linking

2008-05-13 Thread Dave Watts
hey all I was wondering what is a pretty standard way to call an FLV so its actually path isn't transparent. Like I want to call... http://www.mysite.com/myFLV.flv but I don't want people to be able to see the URL in service capture like that. I want it to be more like

RE: [Flashcoders] secure FLV linking

2008-05-13 Thread Alain Rousseau
a file, then you can download it on your computer, unless it is streamed from your server. Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike Sent: May 13, 2008 1:15 PM To: Flash Coders List Subject: Re: [Flashcoders] secure FLV linking You