FlexPaper を使用して Pdf ファイルを表示しようとしています。私もpdfをswfに変換し、ボタンを押してフレックスペーパーコントロールにロードします。100% と表示され、FlexPaper コントロールでドキュメントを表示できません。
protected function button1_clickHandler(event:MouseEvent):void
{
myViewer.SwfFile="test1.swf";
}
<s:Button x="84" y="491" label="Button" click="button1_clickHandler(event)"/>
<flexpaper:FlexPaperViewer id="myViewer" x="10" y="26" width="892" height="284" >
</flexpaper:FlexPaperViewer>