Flash Paper以前是捆綁在Contribute 2中的 現(xiàn)在2.0版分離出來成為Breeze 4.1的輔助軟件.
Flash Paper 2新功能: 1,支持Word文件中的超級(jí)鏈接 2,文本搜索功能 3,文本選擇復(fù)制功能 4,選擇打印區(qū)域 5,轉(zhuǎn)換功能集成到Office菜單中
效果演示:
下載地址 (這里獲得免費(fèi)帳號(hào))
Flash Paper是做什么的? http://www.dengjie.com/weblog/comment.asp?post_id=313
Flash Paper使用教程 http://www.95time.cn/tech/multimedia/2003/582.asp
Flash Paper 2 生成的SWF可以通過AS載入到Flash影片中使用API進(jìn)行控制,如下:
createEmptyMovieClip("fPaper", 0);
var my_mcl = new MovieClipLoader();
myListener = new Object();
my_mcl.addListener(myListener);
my_mcl.loadClip("FlashPaper.swf", fPaper);
myListener.onLoadInit = function (target_mc)
{
onEnterFrame = function()
{
fPaper.showZoomUI(false);
fPaper.showPrintUI(false);
fPaper.setCurrentZoom("width");
fPaper.setCurrentPage(2);
delete onEnterFrame;
}
}
Flash Paper 2 API:
出處:DengJie.com
責(zé)任編輯:Danger
|