Flexpaper API 请求示例
我正在尝试使用 Flexpaper API,但我不太明白如何实施它们。
http://code.google.com/p/flexpaper/wiki/API
我想在用户进入或通过 pdf 第 10 页后运行一个函数。
如何使用 Flexpaper API 的 getCurrPage 来运行函数。
谢谢!
I'm trying to use the Flexpaper APIs but I don't really understand how to go about implementing them.
http://code.google.com/p/flexpaper/wiki/API
I'd like to run a function once the user is on or passed page 10 of the pdf.
How do I go about getting a function to run using the getCurrPage of the Flexpaper API.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上与向任何对象添加事件侦听器相同,以下工作正常:
Basically the same as adding event listeners to any object, the following works fine: