Might something be being entity quoted in the template rendering (some string not marked as "safe")? Grab the page with curl -O or comparable and use something like vi, bbedit, or emacs to see what the characters really are.
Failing that, perhaps some relative path isn't being interpreted as relative to what you thought it was? Bill On Fri, Mar 19, 2010 at 10:48 AM, Jeffrey Taggarty <jtagga...@gmail.com> wrote: > 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. > > -- 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.