Flash Object

The Flash object lets you display a Flash (.swf) movie on the page or dialog. It does this by taking advantage of the Adobe Flash Player ActiveX control that is found on most systems.

Specifically, it embeds the Flash Player control directly into your AutoPlay application. This essentially "borrows" the Flash Player's rendering engine—which is the part of the player that deals with showing Flash movies on your computer screen—and uses it to display Flash files in your AutoPlay application. The Flash object is kind of like a Flash Player-shaped receptacle, that the Flash Player ActiveX control can "plug into" at run time. The end result is that it looks like the Flash file is built right into your AutoPlay application.

Tip: An easy way to add a Flash object is to drag and drop a Flash file (.swf) onto the page or dialog surface.

The Flash object is compatible with any version of the Adobe Flash Player control. However, some Flash movies will only display in certain versions of the control. Therefore you may want to take steps to ensure that your users will have the appropriate version of the control installed on their systems.

Note: You will need to configure this detection by going to Project > Dependencies. There you will be able to select the Flash ActiveX control and customize it's detection properties.

Note: The Flash object's On FlashCall event is only supported in Flash version 8.0 or later.