Hello I have a flash file that requires that the files associated with it be in the same directory as views/default/index.html
I did a bit of research and read that I can have the view look like it is in static or the static files look like they are in the views by using routes.py although I am not certain how to do this the files I have are: index.html (this is the view) piecemaker.swf piecemakerCSS.css piecemakerXML.xml piecemaker.png piecemaker2.png and the images and js directories any help is greatly appreciated... *cheers --

