flash in wxPython

Hi

I've been looking at the ActiveX_FlashWindow widget in wxPython 2.5.1, and
I was wondering, what are the implications for using flash in a wxPython
application? I'm thinking of using flash to draw graphs (the alternative is
to use wxPython's drawing routines, but I think that flash might take some
of the work off my hands).

Would using the ActiveX_FlashWindow mean that the application will only
work under Windows? Is there a way of using flash in applications without
compremising cross-platform compatability?

Thanks for any thoughts on the subject.

Stephen Emslie

···

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

stephene@sjsoft.com wrote:

Hi

I've been looking at the ActiveX_FlashWindow widget in wxPython 2.5.1, and
I was wondering, what are the implications for using flash in a wxPython
application? I'm thinking of using flash to draw graphs (the alternative is
to use wxPython's drawing routines, but I think that flash might take some
of the work off my hands).

Would using the ActiveX_FlashWindow mean that the application will only
work under Windows?

Yes. ActiveX is a Windows only technology.

Is there a way of using flash in applications without
compremising cross-platform compatability?

Not currently.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!