Method Requirements for Signature Capable Messages
The following method requirements must be met in order to properly implement signature control:
The appLoaded method must be called on the applicationComplete event with the following predefined string:
Application.application.signAssetLoadComplete(this);
For an example of this method requirement, see FlexApp appLoaded Example.
The loadSignCtrl method will be called by the Interactive Detailer to notify the Asset with the path of the SignatureCtrl.swf and asset will load.
For an example of this method requirement, see FlexApp LoadSignCtrl Example.
The InvokeSignCtrlMethod method will be called by the Interactive Detailer to invoke a method in SignatureCtrl.swf by way of the Asset.
For an example of this method requirement, see FlexApp InvokeSignCtrlMethod Example.