Ok i found the problem. It seems like when the background-color default option is on FFFFFF, the javascript generate the following code :
flippingBook18.settings.backgroundColor = 0x;
But Internet Explorer don’t understand the 0x (apparently) so if you put a background-color on #333333 for example, it works fine.
Problem resolved