The PrxFlashExportCondition enumeration contains export settings for a Flash object.
It is used by the following property:
| Value | Brief description |
| 0 | None. Export without additional conditions. |
| 1 | Timeout. Export on timeout. Timeout value is determined by the second element of the IPrxFlash.ExportConditionParams array. |
| 2 | Frame. Export of a specified frame. Number of frame is determined by the first element of the IPrxFlash.ExportConditionParams array. |
| 3 | FSCommand. Export on a command. The command is passed in the first element of the IPrxFlash.ExportConditionParams array. |
| 4 | Custom. Export on a special condition. Condition is passed in the first element of the IPrxFlash.ExportConditionParams array. |
See also: