.. include:: headings.inc .. currentmodule:: lib.flashwin_old .. highlight:: python .. _lib.flashwin_old.FlashWindow: ========================================================================================================================================== |phoenix_title| **FlashWindow** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **FlashWindow** .. raw:: html

Inheritance diagram of FlashWindow

| |super_classes| Known Superclasses ================================== :class:`activex.ActiveXWindow` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.flashwin_old.FlashWindow.__init__` :meth:`~lib.flashwin_old.FlashWindow.AddRef` :meth:`~lib.flashwin_old.FlashWindow.Back` :meth:`~lib.flashwin_old.FlashWindow.CurrentFrame` :meth:`~lib.flashwin_old.FlashWindow.FlashVersion` :meth:`~lib.flashwin_old.FlashWindow.Forward` :meth:`~lib.flashwin_old.FlashWindow.FrameLoaded` :meth:`~lib.flashwin_old.FlashWindow.GetIDsOfNames` :meth:`~lib.flashwin_old.FlashWindow.GetTypeInfo` :meth:`~lib.flashwin_old.FlashWindow.GetTypeInfoCount` :meth:`~lib.flashwin_old.FlashWindow.GetVariable` :meth:`~lib.flashwin_old.FlashWindow.GotoFrame` :meth:`~lib.flashwin_old.FlashWindow.Invoke` :meth:`~lib.flashwin_old.FlashWindow.IsPlaying` :meth:`~lib.flashwin_old.FlashWindow.LoadMovie` :meth:`~lib.flashwin_old.FlashWindow.Pan` :meth:`~lib.flashwin_old.FlashWindow.PercentLoaded` :meth:`~lib.flashwin_old.FlashWindow.Play` :meth:`~lib.flashwin_old.FlashWindow.QueryInterface` :meth:`~lib.flashwin_old.FlashWindow.Release` :meth:`~lib.flashwin_old.FlashWindow.Rewind` :meth:`~lib.flashwin_old.FlashWindow.SetVariable` :meth:`~lib.flashwin_old.FlashWindow.SetZoomRect` :meth:`~lib.flashwin_old.FlashWindow.Stop` :meth:`~lib.flashwin_old.FlashWindow.StopPlay` :meth:`~lib.flashwin_old.FlashWindow.TCallFrame` :meth:`~lib.flashwin_old.FlashWindow.TCallLabel` :meth:`~lib.flashwin_old.FlashWindow.TCurrentFrame` :meth:`~lib.flashwin_old.FlashWindow.TCurrentLabel` :meth:`~lib.flashwin_old.FlashWindow.TGetProperty` :meth:`~lib.flashwin_old.FlashWindow.TGetPropertyAsNumber` :meth:`~lib.flashwin_old.FlashWindow.TGetPropertyNum` :meth:`~lib.flashwin_old.FlashWindow.TGotoFrame` :meth:`~lib.flashwin_old.FlashWindow.TGotoLabel` :meth:`~lib.flashwin_old.FlashWindow.TPlay` :meth:`~lib.flashwin_old.FlashWindow.TSetProperty` :meth:`~lib.flashwin_old.FlashWindow.TSetPropertyNum` :meth:`~lib.flashwin_old.FlashWindow.TStopPlay` :meth:`~lib.flashwin_old.FlashWindow.Zoom` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~lib.flashwin_old.FlashWindow.alignmode` :attr:`~lib.flashwin_old.FlashWindow.allowscriptaccess` :attr:`~lib.flashwin_old.FlashWindow.backgroundcolor` :attr:`~lib.flashwin_old.FlashWindow.base` :attr:`~lib.flashwin_old.FlashWindow.bgcolor` :attr:`~lib.flashwin_old.FlashWindow.devicefont` :attr:`~lib.flashwin_old.FlashWindow.embedmovie` :attr:`~lib.flashwin_old.FlashWindow.flashvars` :attr:`~lib.flashwin_old.FlashWindow.framenum` :attr:`~lib.flashwin_old.FlashWindow.loop` :attr:`~lib.flashwin_old.FlashWindow.menu` :attr:`~lib.flashwin_old.FlashWindow.movie` :attr:`~lib.flashwin_old.FlashWindow.moviedata` :attr:`~lib.flashwin_old.FlashWindow.playing` :attr:`~lib.flashwin_old.FlashWindow.quality` :attr:`~lib.flashwin_old.FlashWindow.quality2` :attr:`~lib.flashwin_old.FlashWindow.readystate` :attr:`~lib.flashwin_old.FlashWindow.salign` :attr:`~lib.flashwin_old.FlashWindow.scale` :attr:`~lib.flashwin_old.FlashWindow.scalemode` :attr:`~lib.flashwin_old.FlashWindow.swremote` :attr:`~lib.flashwin_old.FlashWindow.totalframes` :attr:`~lib.flashwin_old.FlashWindow.wmode` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: FlashWindow(activex.ActiveXWindow) .. method:: __init__(self, parent, ID=-1, pos=DefaultPosition, size=DefaultSize, style=0, name='FlashWindow') .. method:: AddRef(self) .. method:: Back(self) .. method:: CurrentFrame(self) .. method:: FlashVersion(self) .. method:: Forward(self) .. method:: FrameLoaded(self, FrameNum) .. method:: GetIDsOfNames(self, riid, rgszNames, cNames, lcid) .. method:: GetTypeInfo(self, itinfo, lcid) .. method:: GetTypeInfoCount(self) .. method:: GetVariable(self, name) .. method:: GotoFrame(self, FrameNum) .. method:: Invoke(self, dispidMember, riid, lcid, wFlags, pdispparams) .. method:: IsPlaying(self) .. method:: LoadMovie(self, layer, url) .. method:: Pan(self, x, y, mode) .. method:: PercentLoaded(self) .. method:: Play(self) .. method:: QueryInterface(self, riid) .. method:: Release(self) .. method:: Rewind(self) .. method:: SetVariable(self, name, value) .. method:: SetZoomRect(self, left, top, right, bottom) .. method:: Stop(self) .. method:: StopPlay(self) .. method:: TCallFrame(self, target, FrameNum) .. method:: TCallLabel(self, target, label) .. method:: TCurrentFrame(self, target) .. method:: TCurrentLabel(self, target) .. method:: TGetProperty(self, target, property) .. method:: TGetPropertyAsNumber(self, target, property) .. method:: TGetPropertyNum(self, target, property) .. method:: TGotoFrame(self, target, FrameNum) .. method:: TGotoLabel(self, target, label) .. method:: TPlay(self, target) .. method:: TSetProperty(self, target, property, value) .. method:: TSetPropertyNum(self, target, property, value) .. method:: TStopPlay(self, target) .. method:: Zoom(self, factor)