Background Information: The form guide architecture changed between
LiveCycle ES and LiveCycle ES2. Form guides in ES2 exist in separate
.guide file, whereas form guides in ES are embedded inside a .xdp form.
We have a process that needs to render ES2 form guides. The process
needs to output the rendered form guide as .swf for loading from within
a flex application.The Problem: We need to be able to render the ES2
form guide by loading a .swf from within a flex application. The problem
is that t...