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
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?
>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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
--~--~---
[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
19 matches
Mail list logo