I am interested in protecting, if possible, some of the media files that are typically ignored by the RewriteRule, and I was wondering if I could receive some direction in how to get this done.
Specifically, I'd like to protect some of my swf content. I have an authentication method (using Zend_Auth), and ideally I'd like to route requests for an swf through a controller which will first check for permissions using Zend_Acl. I guess I understand the routing and dispatching, but how would I go about loading the SWF file and forming a binary response? --delsvr -- View this message in context: http://www.nabble.com/Protecting-SWF-and-other-media-content-tp18671955p18671955.html Sent from the Zend Framework mailing list archive at Nabble.com.
