> 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 http://www.mysite.com/something_encrypted. 
> Sorry i'm not sure how to say what i am looking to do but I 
> hope this makes sense! any direction on the standard for 
> doing something like this would be great! thanks!

There is no standard for doing something like this, because it's not
possible. You can't hide URLs requested by the client from network
monitoring. You can require authentication for specific URLs, however, using
either your web server or your application server. If these FLVs are being
streamed through Flash Media Server, it provides authentication
functionality. If they're static FLV files, you can enable authentication on
your web server, or serve the files through an application server like
ColdFusion.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to