Sorry for dumping all Error Log.
The relevant part of log shows:
Error Log Shows : [19:09:24.001] GET
http://127.0.0.1/site_media/flash/flashvortex.swf
[HTTP/1.1 500 INTERNAL SERVER ERROR 131ms]
On May 10, 6:41 pm, atul khairnar wrote:
> Error Log Shows : [19:09:24.001]
> G
Error Log Shows : [19:09:24.001] GET
http://127.0.0.1/site_media/flash/flashvortex.swf
[HTTP/1.1 500 INTERNAL SERVER ERROR 131ms]
[19:09:23.104] GET http://127.0.0.1/play/ [HTTP/1.1 200 OK 166ms]
[19:09:23.344] GET http://127.0.0.1/site_media/style1.css [HTTP/1.1
200 OK 4ms]
[19:09:23.373
Could you have a look at the Error Logs as shown on the Tools --> Web
Developer --> Web Console in Firefox if u have something in there?
On Thu, May 10, 2012 at 7:43 AM, atul khairnar wrote:
> When right-clicked at the location where flash should have rendered,
> it gives error mes
When right-clicked at the location where flash should have rendered,
it gives error message, "Movie Not Loaded"
On May 10, 10:32 am, atul khairnar wrote:
> Hi,
> Recently I deployed my django project on Apache using mod_wsgi.
> Everything is working perfect except flash. T
Hi,
Recently I deployed my django project on Apache using mod_wsgi.
Everything is working perfect except flash. The flash (.swf file) did
not render on the client's browser but it works perfect while hosting
on django built-in development server. What may be the problem?
I am using
U
On Sun, Mar 4, 2012 at 8:12 PM, Bolang wrote:
> Hi all,
> What is the equivalent of flask's flash()[1] in django?
>
> Thanks
>
> [1]
> http://flask.pocoo.orghttps://docs.djangoproject.com/en/dev/ref/contrib/messages//
> **docs/patterns/flashing/ <http://flask.
Hi all,
What is the equivalent of flask's flash()[1] in django?
Thanks
[1]http://flask.pocoo.org/docs/patterns/flashing/
--
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@googl
t;file" tag,
> they are using a little Flash thing that can take multiple files at
> once.
>
> 1. Where do I find the Flash code?
>
> 2. How do I add this Flash code to a Django template?
>
> 3. How can the Django view function handle the uploaded files? Are
> they in
All the cool websites have abandoned the HTML input type="file" tag,
they are using a little Flash thing that can take multiple files at
once.
1. Where do I find the Flash code?
2. How do I add this Flash code to a Django template?
3. How can the Django view function handle the uplo
> Or is there other better solution?
I think you should handle this in the view, like checking there if the
user has sufficient privileges for seeing the message.
Kenny
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
Hi,
django.contrib.messages is very handy and useful app. When I use it in
template I'd like to print in one place in template only messages with
certain level. That's not possible as I can understand it. You can
print all of them (as described in documentation):
{% if messages %}
{% for mess
will still fail because flash doesn't set the
referer either. Maybe I could use the same approach and modify
request.META to satisfy the CSRF referer check. But it seems to me
that both of these approaches are somehow just bypassing the intended
security of the csrf protection model.
For now
I see that the an upcoming will include a new messaging framework to
display custom user messages - I think this is designed to mimic ROR.
See:http://docs.djangoproject.com/en/dev/ref/contrib/messages/
In the current release V1.0 or 1.1 what is the recommended approach?
On a successful save I
The problem is resolved, thank to everyone
On 21 mai, 17:09, Bro wrote:
> I've just installed python-cjson 1.0.5 available here
> :http://pypi.python.org/pypi/python-cjson/1.0.5
> But the problem remains.
--~--~-~--~~~---~--~~
You received this message because yo
I've just installed python-cjson 1.0.5 available here :
http://pypi.python.org/pypi/python-cjson/1.0.5
But the problem remains.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gro
Hi,
I'm trying to use Open Flash Chart 2 with django.
+ Installation
- I've downloaded OFC2 in this address :
http://sourceforge.net/project/showfiles.php?group_id=201148
- In my Django Project, I've created a directory (openFlashChart) for
the module with a __init__.py file in
I've been struggling with this for the past couple hours now and I
really don't know what could be wrong. I'm simply trying to get
Javascript to communicate text with Flash. I found this great example
with this source
http://blog.circlecube.com/wp-content/
i'm looking at this problem too.
1. either the flash player can send a javascript/ajax ping to a url
where it can be logged
2. or the songfile can be a django served url which logs and then
redirects to the actual static URL.
probably the second is easiest.
On Oct 10, 9:28 pm, M God
Is anyone familiar with any techniques or tutorials that would allow
me to keep track of a song's play count using django and a flash
player? I realize this might be a question more directed toward flash
users, but I figured I'd try here in case any django users have had
experience
t; Kind Regards, Sebastian.-
>
>
> On 3 mayo, 08:30, Lorenzo <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>> I need to link a flash movie with Django, so I userddjangoAMF.
>> I followed the tutorial
>> (http://djangoamf.sourceforge.jp/index.php?UserManual_en) and seems
gt; I need to link a flash movie with Django, so I userddjangoAMF.
> I followed the tutorial
> (http://djangoamf.sourceforge.jp/index.php?UserManual_en) and seems to
> work fine, but when I put the results inside a textbox in my flash
> application, it understand data as a float numb
Hi,
I need to link a flash movie with Django, so I userd djangoAMF.
I followed the tutorial
(http://djangoamf.sourceforge.jp/index.php?UserManual_en) and seems to
work fine, but when I put the results inside a textbox in my flash
application, it understand data as a float number!
In django I
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 transp
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
>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
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 wo
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
ok, I finally got open-flash-chart to work.
1. create an xhtml-file and insert (something like) this:
http://fpdownload.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=8,0,0,0"
width="600"
height="400"
id="
trick
On Jan 18, 8:05 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> For whatever it's worth, I messed around with open flash charts a fair
> bit before going with the xml-based solution... I never got it
> working, either, got close, but could never really make
For whatever it's worth, I messed around with open flash charts a fair
bit before going with the xml-based solution... I never got it
working, either, got close, but could never really make sense of the
output strings. But then, I'm not much of a programmer. I do know that
I found the
thanks, this works fine.
I´ll still try to get "open flash chart" working and I´ll post my
experience here.
patrick.
On 17 Jan., 18:23, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> I'm embarrassed to admit I can't remember exactly which flash chartin
I'm embarrassed to admit I can't remember exactly which flash charting
solution I went with, but I believe it was XML/SWF:
http://www.maani.us/xml_charts/index.php?menu=Introduction
You can see it here:
http://classicmotorsports.net/project-cars/1970-datsun-240z/
Scroll down to &q
I've been considering this, but haven't gotten around to actually
doing so. Keep us posted if you have any success.
-Gul
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, s
has anybody succesfully used "open flash chart" with django?
i´ve been downloading the files and installed it, but the (flash)data
isn´t displayed.
questions are:
- where do you put the files? guess OpenFlashChart.py should be
somewhere on the PYTHONPATH whereas the .swf and .js-files
I'm happy to announce the release of my Django template tag for
integrating a Flash based flv player into Django templates.
The application including documentation and sourcecode can be found
at:
http://pyjax.net/blog/1/2007/09/28/django-template-tag-integrating-flash-based-flv-pl/
WOW~~It's so cool...Great tutorial~!~thx~~~
2007/9/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
>
> Here's a good post I saw on vblogging: http://blog.go4teams.com/?p=56
>
> Hope it's helpful,
>
> - Lis
>
>
> >
>
--~--~-~--~~~---~--~~
You received this message beca
Here's a good post I saw on vblogging: http://blog.go4teams.com/?p=56
Hope it's helpful,
- Lis
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-user
FWIW
There is a greatly improved version up...
It's a pre alpha version of a website to create/edit Flash movies...
http://samfeltus.com/django/SonomaSunshine_v0.13_raw_for_django.tar.gz
I'd be happy to spend some time on explaining/improving it if anyone
ever found it i
It's up, in a raw pre-Alpha version with a simple tutorial.
http://samfeltus.com/django/SonomaSunshine_v0.1_raw_for_django.tar.gz
I'll be upgrading it again soon...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
I'd be happy to put it up before midnight tonight Alabama time. I
need to clean out the DB setts, images and such, and include a simple
example...
It will be on this page...
http://samfeltus.com/site_index.html
On Aug 15, 11:26 am, "Jon Atkinson" <[EMAIL PROTECTED]> wrote:
> > Anyways, it's j
> Anyways, it's just an experiment. I'll stick the latest version up on
> the net tonight in case someone else finds it amusing...
I would be interested in seeing this. Could you make some of the
source available?
--Jon
>
> >
>
--~--~-~--~~~---~--~~
You receive
"""You don't and you shouldn't compile flash on a request basis. """
I wasn't suggesting that. I was suggesting a tool to prebuild swfs in
a browser (to supplement not replace the Flash/Flex tools, which
require a large learning curve to do anyt
_for_Apache_and_IIS
I have no idea how stable or buggy that is, but it might be
interesting.
Cheers
Arthur
On Aug 15, 8:00 am, Patrick Lauber <[EMAIL PROTECTED]> wrote:
> I work as a Flash Developer and Django Programmer.
>
> You don't and you shouldn't compile flash on
I work as a Flash Developer and Django Programmer.
You don't and you shouldn't compile flash on a request basis.
You should make your flash app smart enough that you can give it some
parameters or let it talk with the backend with something like django-
amf.
Then it can load image
I was thinking of A - D, for Django serving information for Flash
also.
But mainly I was thinking of...
E. Compiling Flash content ahead of time with a Python web framework.
Basically, creating a browser based environment to create content
(supplementing, not replacing the Flash/Flex/etc tools
Hi Sam.
As someone who codes Actionscript for a living, I can understand where
you are coming from.
>
> That is the point, when HTML is the lowest common denominator, a web
> application is limited. HTML is evolving at a snail's pace, whereas
> Flash has steadily evolved into s
evolving at a snail's pace, whereas
Flash has steadily evolved into something far more sophisticated than
HTML. HTML has it's place, of course.
"""Unlike HTML, SWF is essentially executable bytecode for the Flash
virtual machine. As such, translating Python into Flash essential
On Aug 14, 2007, at 1:11 PM, SamFeltus wrote:
> I don't understand why none of the major Python frameworks embrace
> Flash/Flex wholeheartedly, especially with innovations such as
> Papervision3D, which will happen in HTML when monkeys fly.
Unlike HTML, SWF is essentially executabl
s, so not everyone is
> using Django to generate HTML.
>
> I'd love to hear back from you if you do create anything using Django
> with Flash.
>
> Best,
>
> --Jon
>
> On 8/14/07, SamFeltus <[EMAIL PROTECTED]> wrote:
> >
> > I don't under
concerned with
traditional HTML content than the rich plugin options.
I do believe that I've read on this list recently of someone using
Django to develop GUI applications with wxWidgets, so not everyone is
using Django to generate HTML.
I'd love to hear back from you if you do create anythin
I don't understand why none of the major Python frameworks embrace
Flash/Flex wholeheartedly, especially with innovations such as
Papervision3D, which will happen in HTML when monkeys fly.
Oh well...
--~--~-~--~~~---~--~~
You received this message becaus
On Aug 13, 8:59 pm, SamFeltus <[EMAIL PROTECTED]> wrote:
> Or, am I missing something and it is a bad idea? I am curious what
> more experienced coders think?
>
> Sam the Gardener
I'm not experienced coder, but I don't think that it's a bad idea, but
it looks like it's not the primary purpose
Or, am I missing something and it is a bad idea? I am curious what
more experienced coders think?
Sam the Gardener
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
I was wondering if there was any work on the web to use Django to
generate Flash and Flex content, instead of HTML content? Flash is
rapidly evolving into a more technologically advanced web display
technology. HTML rules for text, but is pretty much useless for
displaying other sorts of ideas
you.
http://www.djangoproject.com/documentation/authentication/#messages
On Aug 10, 3:20 pm, sagi s <[EMAIL PROTECTED]> wrote:
> In Rails, flash is a way to display a message in the next page. It is
> extremely useful to provide lightweight feedback to user operations.
> For examples when the user, s
http://code.djangoproject.com/ticket/4604
--~--~-~--~~~---~--~~
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
On 8/10/07, sagi s <[EMAIL PROTECTED]> wrote:
> In Rails, flash is a way to display a message in the next page. It is
> extremely useful to provide lightweight feedback to user operations.
> For examples when the user, say, submits a new article and after
> clicking on the &qu
In Rails, flash is a way to display a message in the next page. It is
extremely useful to provide lightweight feedback to user operations.
For examples when the user, say, submits a new article and after
clicking on the "Submit" button, then is redirected to the front page,
you want
I haven't tried it myself, but check out:
http://www.djangosnippets.org/snippets/331/
--~--~-~--~~~---~--~~
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@googlegr
[EMAIL PROTECTED] napisał(a):
>> Django provides something similar in the authentification app, but it
>> works only the the authentificated users :
>>
>> http://www.djangoproject.com/documentation/authentication/#messages
>
> What would be the best way to implement something like this in django
> Django provides something similar in the authentification app, but it
> works only the the authentificated users :
>
> http://www.djangoproject.com/documentation/authentication/#messages
What would be the best way to implement something like this in django
(without using the authentication bit
Hello,
> Does Django have this
> http://api.rubyonrails.com/classes/ActionController/Flash.html
Django provides something similar in the authentification app, but it
works only the the authentificated users :
http://www.djangoproject.com/documentation/authentication/#messages
--
Fabien SCHW
Does Django have this
http://api.rubyonrails.com/classes/ActionController/Flash.html
Thanks
james
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-u
I just started porting SonomaSunshine to Django, LOL!!!
Here is the first Hey Ya'll (aka Hello World) page...
Uses the MXMLC compiler and Django to create and edit the SWF. The
Django version is going to integrate Papervision3D stuff into
SonomaSunshine...
http://samfeltus.com/django/hey_yall.
On Jul 23, 8:25 am, Michal <[EMAIL PROTECTED]> wrote:
> http://digitarald.de/playground/uplooad.html
Thanks guys, dunno why i had the impression it was Django specific ;-)
Lorenzo
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> Hi all,
>
> some time ago, probably on this list, someone posted a link to a
> component in Flash with which you could do file upload from Django.
> The component featured a progress bar.
>
> Does anybody h
> some time ago, probably on this list, someone posted a link to a
> component in Flash with which you could do file upload from Django.
> The component featured a progress bar.
>
> Does anybody have a link to it?
http://digitarald.de/playground/uplooad.html
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
Hi all,
some time ago, probably on this list, someone posted a link to a
component in Flash with which you could do file upload from Django.
The component featured a progress bar.
Does anybody have a link to it?
Thanks,
Lorenzo
--~--~-~--~~~---~--~~
You
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
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
Hey Djangonauts,
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 give a little bit back. So I don
Hi all,
I released Strippers Remoting Classes which enables
you to invoke remoting service from Flash CS3 application.
The example code was added to the user manual.
http://djangoamf.sourceforge.jp/index.php?UserManual_en#RemoteServiceInvocationFromFlashCS3
http://djangoamf.sourceforge.jp
Flash Animation - The Game making and easy learning
[image: Flash animation maker - game makers]
<http://100stuff.com/info/flash-game-maker/>
http://100stuff.com/info/flash-game-maker/
Best Flash animation softwares
Flash Game Makers
Game Making Tools
Easy Game Making
Click here.
Flash Game Maker Download
http://flash-game-maker.50webs.com/
flash game maker download Here <http://flash-game-maker.50webs.com/>
For more help about Flash please reply me
RAKHI
--~--~-~--~~~---~--~~
You received this message because you are subscribed
Use an Apache based authentication on that directory?
Roodie wrote:
> Hi,
>
> I am working on a web application at the moment, and I have a question
> about the authentication mechanism.
> The interface of the application will be a flash app. No page reloading,
> no redirects
This is a question you should also ask to openlaszlo.org users.
Openlaszlo is a framework which helps in building rich Flash GUI in a
XUL fashion.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django
Hi,
I am working on a web application at the moment, and I have a question
about the authentication mechanism.
The interface of the application will be a flash app. No page reloading,
no redirects - only a big flash file which will send the requests using
post and get back the responses in a
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 us
how do we display flash messages in django
The todo "Todo object" was deleted successfully.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send e
thanks for the response guys. i fixed the problem to with something
similar to what you suggest Malcom. i started a new thread here:
http://groups.google.com/group/django-users/browse_thread/thread/baa6c6d64f59639e
that fixed the problem, seemed to will be sure to keep it together next
time! also
i've had a look and did actually use the keyword 'and', i think i made
the patch in haste before i tested and corrected it, the patch should
be:
/django/http/__init__.py
Index: __init__.py
===
--- __init__.py (revision 3287)
+++ __i
On Jul 7, 2006, at 6:17 AM, spako wrote:i think... here's the patch:/django/http/__init__.pyIndex: __init__.py===--- __init__.py (revision 3287)+++ __init__.py (working copy)@@ -48,7 +48,7 @@ POST = MultiValueDict() FILES = Mul
On macrodobe's site, there's a reference implementation of php
receiveing the flash upload. it's php, but you can have an idea of
where things are on the request:
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file
il.Message
> from cgi import parse_header
>
>
> when i do an upload from the flash player now, the script seems to get
> stuck in a loop, it keeps printing post_data and header_dict
> forever i'm new to django and python so any help or pointing in the
> direction to
i think... here's the patch:
/django/http/__init__.py
Index: __init__.py
===
--- __init__.py (revision 3287)
+++ __init__.py (working copy)
@@ -48,7 +48,7 @@
POST = MultiValueDict()
FILES = MultiValueDict()
for submes
dict, post_data):
+print post_data
+print header_dict
"Returns a tuple of (POST MultiValueDict, FILES MultiValueDict)"
import email, email.Message
from cgi import parse_header
when i do an upload from the flash player now, the script seems to get
stuck in
gL6Ef1Ij5
User-Agent: Shockwave Flash
Host: localhost:8000
Content-Length: 99446
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: sessionid=cda865cb732e46761b79a78f7ad0a87c
cH2ei4cH2cH2cH2ei4KM7gL6Ef1Ij5
Content-Disposition: form-data; name="Filename"
thumbs.JPG
On Fri, 2006-07-07 at 09:50 +, spako wrote:
> hi
>
> i'm building a site with which will let the public upload files (after
> registration) to the site. i'm going to use flash to upload the files
> since the files will be large and with the new flash you can see th
I´m having a multiple upload and I´m using:
for file in request.FILES.getlist('imageupload_file'):
...
Am 07.07.2006 um 11:50 schrieb spako:
>
> hi
>
> i'm building a site with which will let the public upload files (after
> registration) to the site. i'm goi
hi
i'm building a site with which will let the public upload files (after
registration) to the site. i'm going to use flash to upload the files
since the files will be large and with the new flash you can see the
progress of an upload.
the uploader is in a view i have built. i'
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" gr
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 u
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 subsc
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,
1 - 100 of 105 matches
Mail list logo