Hello, Sorry for dig up this topic but I started to develop a text editor using TLF. It's a lot of features and everything going straightforward except the images.
I can load an image (uploaded by the user), convert the image data to bytearray and then draw on a sprite. If I inser this sprite using insertInlineGraphic it works on the screen (I can't load a spark Image object - draw an empty square and I still don't know why). If I try to save (export), the exporter exports [Sprite object] string. Support insertInlineGraphic and export directly as base 64 string would be the perfect solution (this could also increase the html export quality). Since this is a blocker to my development, I'm digging on the TLF Flex source code to try to support this. If anyone could share some code (helper utils), will help a lot ! When I finish, I will share the results so someone could patch the original Flex TLF if you whish. -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/