3D FlipBook - Functionality to help handle errors

e***s@asseco.lt
2020-09-15
2020-09-16

Hello,

does 3D FlipBook jQuery plugin provide functionality to detect error occurrences, i.e. when failing to load PDF document due to a bad URL? The plugin documentation does not mention such functionality, or I've missed it. There is a possibility to find out when FlipBook loads successfully, that is by passing "ready" or "propertiesCallback" callback functions through FlipBook options. I need something similar to find out whether any error occurs.

In case there is no such functionality, could you provide some information on how it could be implemented using your source?

Replies

a***r@3dflipbook.net
2020-09-16
2020-09-16

Hi,

Update the plugin and use

var options = {
...
error: function(e) {}
}
e***s@asseco.lt
2020-09-16
2020-09-16

Thanks.

Log In to leave a comment