Open GoogleCodeExporter opened 9 years ago
I don't think there's anything to do with FlashCanvas since you are using
Firefox. jsc3d_ie.js is only for old IEs which do not support canvas. On modern
browsers, just use toDataURL() method to take screenshots.
Original comment by Humu2...@gmail.com
on 17 Mar 2014 at 6:39
okay thanks, i also already found out why toDataURL() didnt work for me...the
object was loading too slow, i use setTimeout now, that works quite well
like to test;
setTimeout(function() { window.open(cv.toDataURL());},1000);
but thanks!
Original comment by janus1...@gmail.com
on 17 Mar 2014 at 9:21
Original issue reported on code.google.com by
janus1...@gmail.com
on 16 Mar 2014 at 12:30