Hi guys, I have a bit of an issue I can't seem to work out. Maybe someone can shed some light on the issue.
I have a app that generates an xml, inside the xml nodes are paths to flash assets i.e: <leaderboard_expression>/media/assets/leader1.swf</ leaderboard_expression>. A flash file loads the xml file, reads it and loads in the flash assets defined in the xml file. Now the problem is if I load this flash file loader up via a template the assets do not get loaded at all, the path is fine because if I put that url to the asset in the address bar it works fine (http://localhost:8000/media/ assets/leader1.swf), if I drop the xml, loader, and flash files on another server that is not a django app it works just fine with relative paths <leaderboard_expression>media/assets/leader1.swf</ leaderboard_expression>. Any ideas? I know the flash loader is working just fine, it's a trivial routine that's been done countless times on non-django web apps we've written but for some reason I cannot get the files to load in a django app. Thanks -Jeff -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.