IShockWaveFlash

Description

The IShockWaveFlash interface contains properties and methods required to work with Flash objects.

Properties

  Property name Brief description
The AlignMode property determines alignment of the Flash object inside the area that was assigned for it on the sheet of the regular report.
The BackgroundColor property determines the background color of the area that was assigned for the Flash object.
The CurrentFrame property returns a number of frame that is played at this moment.
The FlashVars property determines value of the Flash object variables.
The FlashVersion property return a version of the Flash objects player installed in the operating system.
The FrameLoaded property indicates whether the specified frame is loaded.
The FrameNum property determines a number of the current displayed frame.
The Playing property indicates whether the Flash object is played at the moment.
The Loop property indicates whether the flash object is played cyclically after its end.
The Movie property determines a path to the file in the Flash object is contained.
The PercentLoaded property returns the number of percents of the Flash object complete loading.
The Playing property indicates whether the Flash object is played.
The Quality property determines the display quality of the Flash object.
The ReadyState property returns the Flash object readiness.
The ScaleMode property determines the scale of the Flash object displaying.
The TotalFrames property returns the total number of frames of the object.

Methods

  Method name Brief description
The Back method moves the Flash object to one frame back.
The CallFunction method executes the function implemented in the loaded Flash object and returns execution result.
The Forward method moves the Flash object to one frame forward.
The GetVariable method returns value of the specified variable that is used inside the Flash object.
The GotoFrame method moves to the specified frame.
The LoadFromStream method loads the Flash object from the stream.
The Pan method shifts the displayed area of the Flash object to the specified coordinates.
The Play method initializes playing of the Flash object.
The Rewind method rewinds the Flash object to the null frame.
The SaveToStream method saves the Flash object into the stream.
The SetVariable method sets value of the specified variable that is used inside the Flash object.
The SetZoomRect method zooms the Flash object so that the specified rectangle is placed on the whole area that is meant for the Flash object.
The Stop method stops playing of the Flash object.
The Zoom method zooms the Flash object so that the specified percent of image is placed in the area meant for the Flash object.

See also:

Forms Assembly Interfaces