1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| #
# Explore the wxPython FlashWindow component
#
# to play animated flash files (extension .swf)
#
# uses the wx.lib.pdfwin.FlashWindow class ActiveX control
#
# from wxPython's new wx.activex module, this allows one
#
# to use an ActiveX control, as if it would be a wx.Window
#
# embeds the ShockWave Flash control
#
# as far as HB knows this works only with Windows
#
# tested with Python25 and wxPython27 by HB
from wx.lib.flashwin import FlashWindow
from wx.lib.flashwin import EVT_FSCommand |
Partager