Form guides that contain custom components created by using Flex Builder generate ActionScript errors when the form guide is previewed in Guide Builder, or rendered by using LiveCycle ES. This issue only applies to Designer ES (8.2) included with Acrobat 9.0.
In order to preview or render a form guide, the version of the Flex SDK used to create the custom components in Flex Builder must match the version of the Flex SDK available in Designer ES and LiveCycle ES. Designer ES does not include the flex-sdk-description.xml file, which is used to identify the version of the Flex SDK that is available.
<?xml version="1.0"?> <flex-sdk-description> <name>Flex 3</name> <version>3.0.1</version> <build>1732</build> </flex-sdk-description>
Save the file with the following file name and extension:
flex-sdk-description.xml
Place the file in the \Designer 8.2\plugins\GuideBuilder\flexsdk folder where Designer ES is installed. By default: C:\Program Files\Adobe\Acrobat 9.0\Designer 8.2\plugins\GuideBuilder\flexsdk.
Compile your Flex Library Projects containing custom form guide components by using the Flex SDK 3.0.1, and then add the compiled SWC files to your form guide by using Guide Builder.
To compile a Flex Library Project using a specific version of the Flex SDK:
For more information on adding custom form guide components to a form guide, see Customizing Form Guides Using Flex Builder.