Question
HTML5 Canvas - load and unload SVG dynamically?
How would I load a SVG dynamically onto the stage? E.g. into a movieclip?
Then remove it when not required?
The path to the SVG is contained as a column in a MySQL database, which is not a problem in itself, and the SVGs are contained in a folder in the published directory.
