Re: Flash and Django

2008-02-04 Thread adam
Ronaldo, > I'm new in Django and Web development and 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? use AMF. It's kind of native ActionScript serialized binary RPC. Works well. To transport your objects between appli

Re: Flash and Django

2008-02-01 Thread Ivan Illarionov
http://djangoamf.sourceforge.jp/index.php?DjangoAMF_en On 1 фев, 18:33, "Ronaldo Z. Afonso" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new in Django and Web development and 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?

Re: Flash and Django

2008-02-01 Thread Peter Rowell
>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

Re: Flash and Django

2008-02-01 Thread Eren Türkay
On 01 Feb 2008 Fri 17:33:50 Ronaldo Z. Afonso wrote: > Hi, > > I'm new in Django and Web development and 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? > Any link or documentation would be appreciated. > Thanks. > > Ro

Re: Flash Message template tag

2007-07-22 Thread rtconner
Are you talking about the Authentication message system found here? http://www.djangoproject.com/documentation/authentication/#messages One of the features of flash messages in other frameworks I've used .. is that as soon as the message gets rendered it is deleted from the session. It's been dis

Re: Flash Message template tag

2007-07-16 Thread James Bennett
On 7/15/07, rtconner <[EMAIL PROTECTED]> wrote: > So one of the (very few) things I had not been happy with regarding > Django is its flash message handling. So I wrote something that would > make me happy. Its just a template tag add-on. Since so far Django has > been so great to me, I wanted to

Re: Flash Message template tag

2007-07-15 Thread James Bennett
On 7/15/07, rtconner <[EMAIL PROTECTED]> wrote: > Yeah I could not get http://www.djangosnippets.org to work. Every time > I tried to add a snippet I got an error. Try again; I just kicked the server and things seem OK now. -- "Bureaucrat Conrad, you are technically correct -- the best kind of

Re: Flash Message template tag

2007-07-15 Thread rtconner
Yeah I could not get http://www.djangosnippets.org to work. Every time I tried to add a snippet I got an error. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Flash Message template tag

2007-07-15 Thread rtconner
I'll just quote myself on that one.. "So I don't know where to post this" Nice site, yeah I'll post it on there. On Jul 15, 1:32 pm, Christian Joergensen <[EMAIL PROTECTED]> wrote: > rtconner wrote: > > Oh yeah I also wrote a FlashMsgMiddleware that makes this even easier. > > It's not needed at

Re: Flash Message template tag

2007-07-15 Thread Christian Joergensen
rtconner wrote: > Oh yeah I also wrote a FlashMsgMiddleware that makes this even easier. > It's not needed at all, but it'll save you a line of code here and > there. I can't post it if anyone wants it. Why not just post it to http://www.djangosnippets.org ? :) -- Christian Joergensen | Linux, p

Re: Flash Message template tag

2007-07-15 Thread rtconner
Oh yeah I also wrote a FlashMsgMiddleware that makes this even easier. It's not needed at all, but it'll save you a line of code here and there. I can't post it if anyone wants it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: flash messages

2006-08-09 Thread Alan Green
On 8/10/06, a <[EMAIL PROTECTED]> wrote: > > how do we display flash messages in django Dear a, For logged in users, try the Message facility, which is documented here: http://www.djangoproject.com/documentation/authentication/#messages Otherwise, you can place strings into the user's session:

Re: flash integration

2006-05-03 Thread [EMAIL PROTECTED]
Yes, that's what I meant. I just use a generic view and template to generate an XML file, and then pull that into my Flash component. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: flash integration

2006-05-03 Thread Kenneth Gonsalves
On Thu, May 4, 2006 12:19 am, James Bennett said: > > On 5/3/06, conspirisi <[EMAIL PROTECTED]> wrote: >> Can Django be integrated with Flash? Is it a good idea? How Difficult >> is it? > > Django's templates can output whatever you like; I'd recommend using > them to generate some sort of XML wh

Re: flash integration

2006-05-03 Thread conspirisi
thanks guys, jeff, when you say that method, you mean with xml? conspirisi --~--~-~--~~~---~--~~ 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 T

Re: flash integration

2006-05-03 Thread [EMAIL PROTECTED]
Indeed, that method works quite well. For an example of doing exactly that, you can check out my Flash photo slideshows. Here's one: http://www2.jeffcroft.com/tag/sxsw/photos/slideshow/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: flash integration

2006-05-03 Thread James Bennett
On 5/3/06, conspirisi <[EMAIL PROTECTED]> wrote: > Can Django be integrated with Flash? Is it a good idea? How Difficult > is it? Django's templates can output whatever you like; I'd recommend using them to generate some sort of XML which can be read into a Flash component, since that would give

Re: flash integration

2006-05-03 Thread Vladimir Pouzanov
On 5/3/06, conspirisi <[EMAIL PROTECTED]> wrote: > Can Django be integrated with Flash? Is it a good idea? How Difficult > is it? As easy as flash+php. python and php are both server technologies, flash is client one. -- Sincerely, Vladimir "Farcaller" Pouzanov http://www.hackndev.com --~--~---

Re: flash

2006-01-25 Thread Eugene Lazutkin
[EMAIL PROTECTED] wrote: I have problem is that my flash is not working when i used Django i am using internet explorer i don't know why althought i put my swf file is in the media folder 1st of all: test with your browser that all required files are accessible. E.g., enter .swf's url and