柔性纸上没有标签
所以在柔性纸上制作标签。
现在的问题..
如何在flex paper中获取页码。
我想在页面更改时添加一些事件
我还想在某些特定页面上播放一些事件。所以我需要用户在弹性纸上查看的当前页码。
答案 0 :(得分:3)
从API页面:http://code.google.com/p/flexpaper/wiki/API
... getCurrPage(no args。):获取当前查看的页面 ...
答案 1 :(得分:0)
alert('Current page:' + getDocViewer().getCurrPage())
这应该让你想要你需要。 getDocViewer()在页面中获取FlexPaper的实例。
getCurrPage是其中一种方法。
请参见此处的示例页面:http://flexpaper.googlecode.com/svn/trunk/Example/flash/debug/FlexPaperViewer.html
在调用此方法之前,请确保您的页面和Flash对象已完全加载。