pupsnow / mathmleditor

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

Reading formula Image content #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.reading the formula Image content as bainary 
2.give an ID  "formula Image content "
3.after that I can call my server :)

What is the expected output? 
1-image content  
2- image name.

What version of the product are you using? On what operating system?
Editor , what is available in the web site - flex 
vista

Please provide any additional information below.
I need the code in flex 

Thank you :)

Original issue reported on code.google.com by A.alseah...@gmail.com on 25 Feb 2011 at 2:44

GoogleCodeExporter commented 9 years ago
flex4

Original comment by A.alseah...@gmail.com on 6 Mar 2011 at 6:45

GoogleCodeExporter commented 9 years ago
try
var imageByteArray:ByteArray = Base64.decodeToByteArray( 
editorId.getBase64Image('PNG') );

Original comment by ionel.alexandru@gmail.com on 23 Mar 2011 at 2:18