SWF / Adobe Animate

dependencies:
- https://github.com/korlibs/korge-swf/tree/v1.0.0/korge-swf##69774ba30ecd850790efb5f462b924aa54567c0f
val config = SWFExportConfig(
rasterizerMethod = ShapeRasterizerMethod.NONE,
generateTextures = false,
graphicsRenderer = GraphicsRenderer.SYSTEM,
)
container {
this += resourcesVfs["morph.swf"].readSWF(views, config, false).createMainTimeLine()
this += resourcesVfs["dog.swf"].readSWF(views, config, false).createMainTimeLine()
this += resourcesVfs["test1.swf"].readSWF(views, config, false).createMainTimeLine().position(400, 0)
this += resourcesVfs["demo3.swf"].readSWF(views, config, false).createMainTimeLine()
}