BB FlashBack SDK: FBExportToSWFParams |
ControlBarMode Description Determines what control bar will be embedded into the exported SWF file. Syntax [C#/C++] [VB.NET] Remarks SWF exports can optionally (determined by AddControlBar) contain a set of playback controls that can be used to stop, pause, jump forwards and backwards in the movie, etc. ControlBarMode selects either one of the pre-defined control bars or a custom control bar SWF file.
If a custom control bar is selected, the name of the SWF
file should be defined in the ControlBarName property. More about custom control bars FlashBack SDK allows you to create your own playback controls for use in Flash exports. These need to be supplied in the form of an SWF file that contains some specific objects needed to make the export work. To be able to create the SWF file, you will need a Flash authoring package like Macromedia Flash. This help text assumes knowledge of authoring Flash movies. The SWF you produce will need to conform to these requirements:
See also FBExportToSWFParams::ControlBarName FBExportToSWFParams::AddControlBar FBExportToSWFParams::ControlBarPosMode FBExportToSWFParams::ControlBarPosOver
|