IShockWaveFlash

Description

The IShockWaveFlash interface contains properties and methods that are used 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 the frame that is played at the moment.
The FlashVars property determines value of the Flash object variables.
The FlashVersion property returns the version of the Flash objects player installed in the operating system.
The FrameLoaded property returns whether the specified frame is loaded.
The FrameNum property determines a number of the current displayed frame.
The IsPlaying property returns whether the Flash object is played at the moment.
The Loop property determines 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 determines whether the Flash object is played.
The Quality property determines the display quality of the Flash object.
The ReadyState property returns Flash object readiness.
The ScaleMode property determines the scale of the Flash object displaying.
The TotalFrames property returns the total number of object frames.

Methods

  Method name Brief description
The Back method moves the Flash object 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 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 used 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 used for the Flash object.

See also:

Forms Assembly Interfaces