SWF / Adobe Animate

dependencies:
- https://github.com/korlibs/korge-swf/tree/v1.0.3/korge-swf##50ee8803784cded4fb9d5a75715ec720574d8c7e

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()
}