Accessibility

TechNote

Adobe LiveCycle Designer ES (8.2) included with Adobe Acrobat 9.0 does not include the flex-sdk-description.xml file

Issue


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.

Reason


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.

Solution


Copy the following XML source into a new, blank text file:

 <?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.

Additional Information


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:

  1. Start Flex Builder.
  2. In the Flex Navigator view, right-click the Flex Library Project you want to compile and select Properties.
  3. Select Flex Library Compiler, and in the Flex SDK version section, click Configure Flex SDKs.
  4. Click Add, and then select the file location of the Flex SDK included with Designer ES, by default, C:\Program Files\Adobe\Acrobat 9.0\Designer 8.2\plugins\GuideBuilder\flexsdk. Click OK to add the SDK to the list of Installed Flex SDKs.
  5. Ensure that the newly added Flex SDK is selected in the list of Installed Flex SDKs, and click OK.
  6. Click OK.
  7. If your Flex Builder environment is not set to compile projects automatically, recompile your Flex Library Project by selecting Project > Build Project.

For more information on adding custom form guide components to a form guide, see Customizing Form Guides Using Flex Builder.

AlertThis content requires Flash

To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.

Download the free Flash Player now!

Get Adobe Flash Player

Creative Commons License

Search Support


Document Details

ID:kb409046

Products Affected:

acrobat
livecyclees