Inclusion de la classe CCRCustomActionHandler dans le fichier SWF généré

Ajoutez ce code au fichier index.mxml accompagnant le modèle de solution de création de correspondance pour vous assurer que la classe CCRCustomActionHandler s’étend dans le fichier SWF généré.
<?xml version="1.0" encoding="utf-8"?> 
<presentation:CCRApplication 
    pageTitle="Document Composer/ solution_templates" 
    xmlns:fx="http://ns.adobe.com/mxml/2009" 
    xmlns:s="library://ns.adobe.com/flex/spark" 
    xmlns:mx="library://ns.adobe.com/flex/mx" 
    xmlns:local="*" 
    xmlns:presentation="com.adobe.solutions.cmg.ccr.presentation.*" 
    preinitialize="appPreInitHandler(event)" initialize="init(event)"> 
    <fx:Script> 
        <![CDATA[ 
       ............................... 
 
            private var ccrCustomActionHandler:CCRCustomActionHandler; 
 
        ]]> 
       ....................... 
</presentation:CCRApplication>