Ashesheart
Member
Posted 2 years ago #
Hello,
I have some troubleshooting to rendered a book with the page flip plugin on Internet Explorer 7 and 8. The book is perfectly rendered on Firefox.
Instead of the book, i have the message Download Adobe Flash Player.
It works with an another book so i don't understand.
Thanks for your help
Ashesheart
Member
Posted 2 years ago #
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