Not sure what ".swf is not a recognized extension" means in this
context. Are you saying it is not setting up the content-type?

You have a going point. One solution (although not the most elegant)
is to use routes.py to map the path (/app/static/...) into the new one
(/app/controller/...).

Massimo

On Jul 29, 3:57 am, Jagmal <[email protected]> wrote:
> Thanks Massimo. I think it works (I tried by using response.render - is
> there any other way as .swf is not a recognized extension?).
>
> But, I now have a more interesting problem. This FLASH file actually depends
> on multiple files/folders in the same folder (including some XMLs for data,
> audio files etc). I don't think it would be a good way to create controllers
> for every possible combination. Is there anyway around it?
>
> P.S.: I am really thankful to the community. I have got great response on
> two (dumb) threads so far. I am liking it.

Reply via email to