Open GoogleCodeExporter opened 9 years ago
I make Actionscript Project in flash builder 4.5
and, import FlexPaPer flex library project
and , just flexpaperviewer init and addChild
===========
package
{
import com.devaldi.controls.flexpaper.FlexPaperViewer;
import flash.display.Sprite;
public class FlexPaperLuncher extends Sprite
{
public function FlexPaperLuncher()
{
addChild( new FlexPaperViewer() );
}
}
}
=============
but, does not work.
How to compile FlexPaper flex library ?
Original comment by easys0...@gmail.com
on 22 Jan 2014 at 9:04
Original issue reported on code.google.com by
easys0...@gmail.com
on 22 Jan 2014 at 8:37