无法在FlexPaper中加载swf文件

时间:2012-10-17 07:10:31

标签: flexpaper

我正在尝试使用FlexPaper来显示Pdf文件。我也将pdf转换为swf并通过按下按钮将其加载到flexpaper控件中。它显示100%,docoument无法在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>

1 个答案:

答案 0 :(得分:1)

您的代码对我有用。我认为问题可能是test1.swf文件。

请参阅以下网址并正确将pdf转换为swf。

http://flexpaper.devaldi.com/docs_converting.jsp

如果你有任何问题请问我。