BB FlashBack Express allows you to create your own playback controls for use in Flash exports, and select them via the Flash export options dialog.
These playback controls will be in the form of an SWF file, containing some specific objects that BB Flashback needs to make the export work.
How do I create custom Flash export playback controls?
First 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:
The main movie surface can have any dimensions.
There are must be two MOVIE CLIPs on the main surface:
An empty clip with the name 'SWFplaceholder' at the position (0, 0). BB FlashBack Express will insert its movie here during the export process.
The controls clip with the name 'Controls' at any position.
The Controls clip should be at least as wide as the exported FlashBack movie.
The Controls clip manages the SWFplaceholder clip via standard ActionScript commands (play, pause, stop etc.)
The Controls clip should not be scaled, since its size is used in calculating the dimensions of the movie.