Hello,
I have an application based on Zend Framework. I would like to display a SWF document which has multiple dependent sub-files below two subfolders. These files are images and XML data to make search in te SWF document possible.
A requirement is that I need to limit access to the SWF document.
Now I dont know of any way that I can limit the access if I just place the SWF document and subfolders below my Web root public folder and if I use a view template and the htmlFlash view helper in Zend Framework, only the main.swf will be loaded with no content which must be due to it cannot find the subfolders.
I would be very please if anyone could come up with a solution for rendering a SWF document which has multiple sub-files and still limit the access to this SWF document through ACL.
Kind regards,