Package teamwork :: Package examples :: Package Thespian :: Module flash :: Class Flash
[hide private]
[frames] | no frames]

Class Flash

source code

    PythonCard.widget.Widget --+
                               |
wx.activex.ActiveXWindow --+   |
                           |   |
 wx.lib.flashwin.FlashWindow --+
                               |
                              Flash

show flash.

Instance Methods [hide private]
 
__init__(self, aParent, aResource) source code
 
_OnDestroy(self, event) source code
 
_setSize(self, aSize) source code
 
_getFile(self) source code
 
_setFile(self, aFile) source code

Inherited from wx.lib.flashwin.FlashWindow: AddRef, Back, CurrentFrame, FlashVersion, Forward, FrameLoaded, GetIDsOfNames, GetTypeInfo, GetTypeInfoCount, GetVariable, GotoFrame, Invoke, IsPlaying, LoadMovie, Pan, PercentLoaded, Play, QueryInterface, Release, Rewind, SetVariable, SetZoomRect, Stop, StopPlay, TCallFrame, TCallLabel, TCurrentFrame, TCurrentLabel, TGetProperty, TGetPropertyAsNumber, TGetPropertyNum, TGotoFrame, TGotoLabel, TPlay, TSetProperty, TSetPropertyNum, TStopPlay, Zoom

Inherited from wx.lib.flashwin.FlashWindow (private): _get_AlignMode, _get_AllowScriptAccess, _get_BGColor, _get_BackgroundColor, _get_Base, _get_DeviceFont, _get_EmbedMovie, _get_FlashVars, _get_FrameNum, _get_Loop, _get_Menu, _get_Movie, _get_MovieData, _get_Playing, _get_Quality, _get_Quality2, _get_ReadyState, _get_SAlign, _get_SWRemote, _get_Scale, _get_ScaleMode, _get_TotalFrames, _get_WMode, _set_AlignMode, _set_AllowScriptAccess, _set_BGColor, _set_BackgroundColor, _set_Base, _set_DeviceFont, _set_EmbedMovie, _set_FlashVars, _set_FrameNum, _set_Loop, _set_Menu, _set_Movie, _set_MovieData, _set_Playing, _set_Quality, _set_Quality2, _set_SAlign, _set_SWRemote, _set_Scale, _set_ScaleMode, _set_WMode

Class Variables [hide private]
  _spec = FlashSpec()
  file = property(_getFile, _setFile)
  size = property(widget.Widget._getSize, _setSize)

Inherited from wx.lib.flashwin.FlashWindow: alignmode, allowscriptaccess, backgroundcolor, base, bgcolor, devicefont, embedmovie, flashvars, framenum, loop, menu, movie, moviedata, playing, quality, quality2, readystate, salign, scale, scalemode, swremote, totalframes, wmode

Method Details [hide private]

__init__(self, aParent, aResource)
(Constructor)

source code 
Overrides: wx.lib.flashwin.FlashWindow.__init__