Re: Python and flash charts

2009-09-15 Thread Benjamin Kaplan
On Tue, Sep 15, 2009 at 10:06 AM, Massi wrote: > > Hi everyone, I'm trying to incorporate in my script flash charts like > those of yahoo finance (for example this: > http://it.finance.yahoo.com/echarts?s=^DJI#symbol=^DJI;range=1d), > possibly using wxpython. Does anybody have any idea on how to d

Python and flash charts

2009-09-15 Thread Massi
Hi everyone, I'm trying to incorporate in my script flash charts like those of yahoo finance (for example this: http://it.finance.yahoo.com/echarts?s=^DJI#symbol=^DJI;range=1d), possibly using wxpython. Does anybody have any idea on how to do that? Thanks in advance. -- http://mail.python.org/mail

Re: Python and Flash

2006-02-28 Thread Sybren Stuvel
SamFeltus enlightened us with: > By the way Sybren, if you don't mind, what kinda computer and > browser were you using, trying to figure out which browsers get > redirected to html and which get the Flash Site. Mozilla Firefox 1.5, on Ubuntu Linux Breezy. > If you have Flash plugin, what version

Re: Python and Flash

2006-02-28 Thread [EMAIL PROTECTED]
SamFeltus wrote: > I aint a professional coder, but a gardener. However, the > Flash->JSON->Python technique works. It is poorly coded, but it is IMO > a very simple way to integrate Flash and Python compared to the methods > normally suggested on the net. > > The HTML is just some junk thrown up

Re: Python and Flash

2006-02-28 Thread SamFeltus
By the way Sybren, if you don't mind, what kinda computer and browser were you using, trying to figure out which browsers get redirected to html and which get the Flash Site. If you have Flash plugin, what version was it? Thanks, Sam the Gardener -- http://mail.python.org/mailman/listinfo/pyth

Re: Python and Flash

2006-02-28 Thread SamFeltus
I aint a professional coder, but a gardener. However, the Flash->JSON->Python technique works. It is poorly coded, but it is IMO a very simple way to integrate Flash and Python compared to the methods normally suggested on the net. The HTML is just some junk thrown up for people with lower tech

Re: Python and Flash

2006-02-28 Thread Sybren Stuvel
SamFeltus enlightened us with: > PS. Here is an example... > > http://sonomasunshine.com/sonomasunshine/FrontPage.html The HTML version of that site is crap, by the way. Check out http://sonomasunshine.com/cgi-bin/old_school.py?pagename=FrontPage The HTML is sent as text/plain, and if interpret

Re: Python and Flash

2006-02-27 Thread SamFeltus
PS. Here is an example... http://sonomasunshine.com/sonomasunshine/FrontPage.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Flash

2006-02-27 Thread SamFeltus
PS. Here is an example... http://sonomasunshine.com/sonomasunshine/FrontPage.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Flash

2006-02-27 Thread SamFeltus
Why not just have the Python on the server send a JSON string to the Flash ap? Easy easy. Just use LoadVars on the Flash side. All that SOAP and XML-RPC sounds might be an needless overcomplication. Sam the Gardener http://sonomasunshine.com -- http://mail.python.org/mailman/listinfo/python-

Re: Python and Flash

2006-02-08 Thread rodmc
Thanks for the help so far. There are two Python applications involved, one runs on a remote PC (server) and another on the users PC (client). The server at present merely receives and sends out messages via an instant messaging platform. Based on the information it receives via the IM platform i

Re: Python and Flash

2006-02-06 Thread Ravi Teja
You have not stated where the Python code needs to reside. On the server, you can use XML-RPC or SOAP. Flash either supports them natively or has libraries for those. Your web service servers can be written in Python. This is the perhaps the best approach. On the client, Python can be installed a

Re: Python and Flash

2006-02-06 Thread Diez B. Roggisch
rodmc wrote: > Can anyone provide me with advice on how easy (or otherwise) it is to > drive a Flash animation (stored locally but displaed in a browser) with > a Python application. Basically information is getting streamed to a > Python client and this is expected to update the Flash animation.

Python and Flash

2006-02-06 Thread rodmc
Can anyone provide me with advice on how easy (or otherwise) it is to drive a Flash animation (stored locally but displaed in a browser) with a Python application. Basically information is getting streamed to a Python client and this is expected to update the Flash animation. It sounds odd, but it