![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
import"Flash.IDL";
Public Member Functions | |
HRESULT | SetZoomRect ([in] long left, [in] long top, [in] long right, [in] long bottom) |
HRESULT | Zoom ([in] int factor) |
HRESULT | Pan ([in] long x, [in] long y, [in] int mode) |
HRESULT | Play () |
HRESULT | Stop () |
HRESULT | Back () |
HRESULT | Forward () |
HRESULT | Rewind () |
HRESULT | StopPlay () |
HRESULT | GotoFrame ([in] long FrameNum) |
HRESULT | CurrentFrame ([out, retval] long *FrameNum) |
HRESULT | IsPlaying ([out, retval] VARIANT_BOOL *Playing) |
HRESULT | PercentLoaded ([out, retval] long *percent) |
HRESULT | FrameLoaded ([in] long FrameNum, [out, retval] VARIANT_BOOL *loaded) |
HRESULT | FlashVersion ([out, retval] long *version) |
HRESULT | LoadMovie ([in] int layer, [in] BSTR url) |
HRESULT | TGotoFrame ([in] BSTR target, [in] long FrameNum) |
HRESULT | TGotoLabel ([in] BSTR target, [in] BSTR label) |
HRESULT | TCurrentFrame ([in] BSTR target, [out, retval] long *FrameNum) |
HRESULT | TCurrentLabel ([in] BSTR target, [out, retval] BSTR *pVal) |
HRESULT | TPlay ([in] BSTR target) |
HRESULT | TStopPlay ([in] BSTR target) |
HRESULT | SetVariable ([in] BSTR name, [in] BSTR value) |
HRESULT | GetVariable ([in] BSTR name, [out, retval] BSTR *pVal) |
HRESULT | TSetProperty ([in] BSTR target, [in] int property, [in] BSTR value) |
HRESULT | TGetProperty ([in] BSTR target, [in] int property, [out, retval] BSTR *pVal) |
HRESULT | TCallFrame ([in] BSTR target, [in] int FrameNum) |
HRESULT | TCallLabel ([in] BSTR target, [in] BSTR label) |
HRESULT | TSetPropertyNum ([in] BSTR target, [in] int property, [in] double value) |
HRESULT | TGetPropertyNum ([in] BSTR target, [in] int property, [out, retval] double *pVal) |
HRESULT | TGetPropertyAsNumber ([in] BSTR target, [in] int property, [out, retval] double *pVal) |
HRESULT | EnforceLocalSecurity () |
HRESULT | CallFunction ([in] BSTR request, [out, retval] BSTR *response) |
HRESULT | SetReturnValue ([in] BSTR returnValue) |
HRESULT | DisableLocalSecurity () |
Properties | |
long | ReadyState [get] |
long | TotalFrames [get] |
VARIANT_BOOL | Playing [get, set] |
int | Quality [get, set] |
int | ScaleMode [get, set] |
int | AlignMode [get, set] |
long | BackgroundColor [get, set] |
VARIANT_BOOL | Loop [get, set] |
BSTR | Movie [get, set] |
long | FrameNum [get, set] |
BSTR | WMode [get, set] |
BSTR | SAlign [get, set] |
VARIANT_BOOL | Menu [get, set] |
BSTR | Base [get, set] |
BSTR | Scale [get, set] |
VARIANT_BOOL | DeviceFont [get, set] |
VARIANT_BOOL | EmbedMovie [get, set] |
BSTR | BGColor [get, set] |
BSTR | Quality2 [get, set] |
BSTR | SWRemote [get, set] |
BSTR | FlashVars [get, set] |
BSTR | AllowScriptAccess [get, set] |
BSTR | MovieData [get, set] |
IUnknown | InlineData [get, set] |
VARIANT_BOOL | SeamlessTabbing [get, set] |
VARIANT_BOOL | Profile [get, set] |
BSTR | ProfileAddress [get, set] |
long | ProfilePort [get, set] |
BSTR | AllowNetworking [get, set] |
BSTR | AllowFullScreen [get, set] |
BSTR | AllowFullScreenInteractive [get, set] |
VARIANT_BOOL | IsDependent [get, set] |
BSTR | BrowserZoom [get, set] |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::Back | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::CallFunction | ( | [in] BSTR | request, |
[out, retval] BSTR * | response | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::CurrentFrame | ( | [out, retval] long * | FrameNum | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::DisableLocalSecurity | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::EnforceLocalSecurity | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::FlashVersion | ( | [out, retval] long * | version | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::Forward | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::FrameLoaded | ( | [in] long | FrameNum, |
[out, retval] VARIANT_BOOL * | loaded | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::GetVariable | ( | [in] BSTR | name, |
[out, retval] BSTR * | pVal | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::GotoFrame | ( | [in] long | FrameNum | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::IsPlaying | ( | [out, retval] VARIANT_BOOL * | Playing | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::LoadMovie | ( | [in] int | layer, |
[in] BSTR | url | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::Pan | ( | [in] long | x, |
[in] long | y, | ||
[in] int | mode | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::PercentLoaded | ( | [out, retval] long * | percent | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::Play | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::Rewind | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::SetReturnValue | ( | [in] BSTR | returnValue | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::SetVariable | ( | [in] BSTR | name, |
[in] BSTR | value | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::SetZoomRect | ( | [in] long | left, |
[in] long | top, | ||
[in] long | right, | ||
[in] long | bottom | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::Stop | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::StopPlay | ( | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TCallFrame | ( | [in] BSTR | target, |
[in] int | FrameNum | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TCallLabel | ( | [in] BSTR | target, |
[in] BSTR | label | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TCurrentFrame | ( | [in] BSTR | target, |
[out, retval] long * | FrameNum | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TCurrentLabel | ( | [in] BSTR | target, |
[out, retval] BSTR * | pVal | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TGetProperty | ( | [in] BSTR | target, |
[in] int | property, | ||
[out, retval] BSTR * | pVal | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TGetPropertyAsNumber | ( | [in] BSTR | target, |
[in] int | property, | ||
[out, retval] double * | pVal | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TGetPropertyNum | ( | [in] BSTR | target, |
[in] int | property, | ||
[out, retval] double * | pVal | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TGotoFrame | ( | [in] BSTR | target, |
[in] long | FrameNum | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TGotoLabel | ( | [in] BSTR | target, |
[in] BSTR | label | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TPlay | ( | [in] BSTR | target | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TSetProperty | ( | [in] BSTR | target, |
[in] int | property, | ||
[in] BSTR | value | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TSetPropertyNum | ( | [in] BSTR | target, |
[in] int | property, | ||
[in] double | value | ||
) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::TStopPlay | ( | [in] BSTR | target | ) |
HRESULT ShockwaveFlashObjects::IShockwaveFlash::Zoom | ( | [in] int | factor | ) |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getsetproperty |
|
getproperty |
|
getsetproperty |