var imagestage.toDataURL({ callback: function(dataUrl) { kineticdataURL = dataUrl; image=dataURL.toDataURL; or - - - Both dont work :( image =kineticdataURL; } }); window.open(image);but got an empty screen, need help..