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
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
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
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
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
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
PS. Here is an example...
http://sonomasunshine.com/sonomasunshine/FrontPage.html
--
http://mail.python.org/mailman/listinfo/python-list
PS. Here is an example...
http://sonomasunshine.com/sonomasunshine/FrontPage.html
--
http://mail.python.org/mailman/listinfo/python-list
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-
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
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
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.
12 matches
Mail list logo