var loader:Loader = new Loader();loader.loadBytes(Base64.decodeToByteArray("...hier kommt der string rein..."));addChild(loader);