>I just want to know if it's
> possible to have a flash script showing elements that was retrieve from
> a data base by django?

I'm not entirely sure what you are asking, but I think the answer is:
Yes.

Are you asking about the flash script calling a URL, getting data back
and then displaying it? If so, yes. Django doesn't know or care who is
calling the URL, just as long as it's a well-formed request. We have
several places where Django is serving data to an AJAX app, piece of
cake.

If you need a good free/cheap flash player (with source) that is well
written and that you can hack on, I strongly recommend 
http://www.jeroenwijering.com/.

  Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to