Re: Apache does not display a flash file

2012-05-10 Thread atul khairnar
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

Re: Apache does not display a flash file

2012-05-10 Thread atul khairnar
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

Re: Apache does not display a flash file

2012-05-10 Thread Anurag Chourasia
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

Re: Apache does not display a flash file

2012-05-10 Thread atul khairnar
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

Apache does not display a flash file

2012-05-09 Thread atul khairnar
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

Re: equivalent of flask's flash() in django

2012-03-04 Thread Daniel Arbanas
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.

equivalent of flask's flash() in django

2012-03-04 Thread Bolang
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

Re: How to set up a Flash-based file upload form?

2011-11-10 Thread Martin Ostrovsky
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

How to set up a Flash-based file upload form?

2011-11-10 Thread zak
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

Re: Print "flash" messages in templates for certain levels

2011-04-30 Thread Kenny Meyer
> 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

Print "flash" messages in templates for certain levels

2011-04-30 Thread veena
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

using csrf with flash and ssl

2010-08-02 Thread ashaner
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

Displaying a User Confirmation (Flash style) Message after a redirect - How?

2010-04-25 Thread BrendanC
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

Re: open flash chart 2 & django

2009-05-24 Thread Bro
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

Re: open flash chart 2 & django

2009-05-21 Thread Bro
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

open flash chart 2 & django

2009-05-21 Thread Bro
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

Flash ExternalInterface and GAE

2009-01-22 Thread BTang
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/

Re: Keeping track of song play count in django and flash

2008-10-12 Thread felix
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

Keeping track of song play count in django and flash

2008-10-10 Thread M Godshall
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

Re: djangoAMF: django and flash

2008-05-05 Thread Lorenzo
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

Re: djangoAMF: django and flash

2008-05-04 Thread sserrano
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

djangoAMF: django and flash

2008-05-03 Thread Lorenzo
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

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 transp

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

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

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 wo

Flash and Django

2008-02-01 Thread Ronaldo Z. Afonso
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

Re: open flash chart & django

2008-01-22 Thread patrickk
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="

Re: open flash chart & django

2008-01-18 Thread patrickk
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

Re: open flash chart & django

2008-01-18 Thread [EMAIL PROTECTED]
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

Re: open flash chart & django

2008-01-18 Thread patrickk
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

Re: open flash chart & django

2008-01-17 Thread [EMAIL PROTECTED]
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

Re: open flash chart & django

2008-01-17 Thread Marty Alchin
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

open flash chart & django

2008-01-17 Thread patrickk
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

ANN: A Django template tag for integrating a Flash based flv player

2007-10-04 Thread peschler
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/

Re: Video Blogging - Django + Flash

2007-09-19 Thread beck917
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

Video Blogging - Django + Flash

2007-09-19 Thread [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 because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-user

Re: Using Django to generate Flash/Flex content

2007-08-18 Thread SamFeltus
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

Re: Using Django to generate Flash/Flex content

2007-08-15 Thread SamFeltus
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

Re: Using Django to generate Flash/Flex content

2007-08-15 Thread SamFeltus
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

Re: Using Django to generate Flash/Flex content

2007-08-15 Thread Jon Atkinson
> 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

Re: Using Django to generate Flash/Flex content

2007-08-15 Thread SamFeltus
"""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

Re: Using Django to generate Flash/Flex content

2007-08-15 Thread arthur debert
_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

Re: Using Django to generate Flash/Flex content

2007-08-15 Thread Patrick Lauber
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

Re: Using Django to generate Flash/Flex content

2007-08-14 Thread SamFeltus
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

Re: Using Django to generate Flash/Flex content

2007-08-14 Thread arthur debert
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

Re: Using Django to generate Flash/Flex content

2007-08-14 Thread SamFeltus
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

Re: Using Django to generate Flash/Flex content

2007-08-14 Thread John Melesky
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

Re: Using Django to generate Flash/Flex content

2007-08-14 Thread Ramdas S
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

Re: Using Django to generate Flash/Flex content

2007-08-14 Thread Jon Atkinson
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

Re: Using Django to generate Flash/Flex content

2007-08-14 Thread SamFeltus
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

Re: Using Django to generate Flash/Flex content

2007-08-13 Thread Amirouche
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

Re: Using Django to generate Flash/Flex content

2007-08-13 Thread SamFeltus
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

Using Django to generate Flash/Flex content

2007-08-13 Thread SamFeltus
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

Re: Rails-like Flash in Django

2007-08-10 Thread Brian Morton
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

Re: Rails-like Flash in Django

2007-08-10 Thread Collin Grady
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

Re: Rails-like Flash in Django

2007-08-10 Thread James Bennett
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

Rails-like Flash in Django

2007-08-10 Thread sagi s
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

Re: Django equivalent of ROR flash

2007-08-02 Thread SH
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

Re: Django equivalent of ROR flash

2007-08-02 Thread Jarek Zgoda
[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

Re: Django equivalent of ROR flash

2007-08-02 Thread [EMAIL PROTECTED]
> 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

Re: Django equivalent of ROR flash

2007-08-02 Thread Fabien Schwob
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

Django equivalent of ROR flash

2007-08-02 Thread james_027
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

Silly Shiny Flash on Django

2007-07-31 Thread SamFeltus
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.

Re: File upload using Flash

2007-07-23 Thread [EMAIL PROTECTED]
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

Re: File upload using Flash

2007-07-23 Thread Nic James Ferrier
"[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

Re: File upload using Flash

2007-07-22 Thread Michal
> 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

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&#

File upload using Flash

2007-07-22 Thread [EMAIL PROTECTED]
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

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

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

Flash Message template tag

2007-07-15 Thread rtconner
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&#

Using Django AMF with Flash CS3

2007-05-12 Thread Tomohiro Otsuka
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 Game maker & Animation Tools for Kids and Professionals

2007-02-25 Thread Julia Martin
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 DOWNLOD >>>

2006-12-20 Thread RAKHI
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

Re: Auth and flash

2006-10-14 Thread Rob Hudson
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

Re: Auth and flash

2006-10-13 Thread olive
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

Auth and flash

2006-10-13 Thread Roodie
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

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 us

flash messages

2006-08-09 Thread a
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

Re: file upload with flash 8 uploader

2006-07-08 Thread spako
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

Re: FIXED - file upload with flash 8 uploader

2006-07-08 Thread spako
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

Re: FIXED - file upload with flash 8 uploader

2006-07-07 Thread Don Arbow
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

Re: file upload with flash 8 uploader

2006-07-07 Thread arthur debert
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

Re: file upload with flash 8 uploader

2006-07-07 Thread Malcolm Tredinnick
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

FIXED - file upload with flash 8 uploader

2006-07-07 Thread spako
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

Re: file upload with flash 8 uploader

2006-07-07 Thread spako
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

Re: file upload with flash 8 uploader

2006-07-07 Thread spako
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

Re: file upload with flash 8 uploader

2006-07-07 Thread Malcolm Tredinnick
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

Re: file upload with flash 8 uploader

2006-07-07 Thread patrickk
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

file upload with flash 8 uploader

2006-07-07 Thread spako
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'

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" gr

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 u

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 subsc

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,

  1   2   >