A few changes since my last post.
All of the activity is now on SVG Web Project
I’ve updated the Flex and Flash components to work similar to the old SVGViewer components.
They also include bug work around for cacheAsBitmap.
|
1 2 3 4 5 6 7 8 9 10 |
var svgViewerFlash:SVGViewerFlash = new SVGViewerFlash(); svgViewerFlash.source = ''; svgViewerFlash.source = XML(''); svgViewerFlash.source = "assets/somefile.svg"; //Encodes images as an inline base 64 image node svgViewerFlash.source = "http://example.com/image.jpg"; svgViewerFlash.source = Bitmap; svgViewerFlash.source = BitmapData; |