FlashCanvas Pro 1.2 and Flash Player 10.1
Submitted by Shinya Muramatsu on June 11, 2010 - 20:42
Today Adobe finally released Flash Player 10.1. But I noticed that FlashCanvas Pro 1.2 does not work with Flash Player 10.1 whereas the free edition of FlashCanvas works without problems.
I'll investigate the problem later. If you encounter the same problem with me, please add the following snippet to your code as a temporal fix for the problem.
if (typeof FlashCanvas != "undefined") {
FlashCanvas.setOptions({
turbo: false,
delay: 30
});
}