shenjunru / fxcanvas

Automatically exported from code.google.com/p/fxcanvas
0 stars 0 forks source link

canvas.toDataURL callback never called #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See attached .html file for test case
2.
3.

What is the expected output? What do you see instead?
Expected: an alert box containing PNG data URL of image.  Actual: no alert box.

What version of the product are you using? On what operating system?
fxcanvas 20100130 on Windows7 IE8 with Flash 10,0,45,2
fxcanvas 20100130 on XP IE8 with Flash 9,0,124,0

Please provide any additional information below.
I added some debug messages to canvas.fscmd() to try to see what is happening.  
I made it log all 
commands (excluding com.flush) and it appears that response for 
getData/getImageData is 
simply never received.  I was expecting "case com.data:" to occur, but it 
doesn't.

Unfortunately I know too little of flash/flexsdk to dig deeper.

Original issue reported on code.google.com by die...@googlemail.com on 28 Mar 2010 at 4:43

Attachments:

GoogleCodeExporter commented 9 years ago
Correction:  I meant to say fxcanvas version 20100131 (not 30)

Original comment by die...@googlemail.com on 28 Mar 2010 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by buzz...@gmail.com on 30 Mar 2010 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by buzz...@gmail.com on 14 Apr 2010 at 12:36