Flex- [嵌入编译为Fp10的swf

时间:2011-11-08 17:10:34

标签: actionscript-3 flex flash embed

如果您的源swf编译为FP10,有人可以告诉我为什么以下不起作用? 即如果编译为FP9,它会工作。

public class MainShell extends Sprite {
    [Embed(source="path to my source swf", mimeType="application/octet-stream")]
    private static const bytes:Class;
    public function MainShell() {
        Loader(addChild(new Loader())).loadBytes(new bytes(), new LoaderContext(false, new ApplicationDomain()));

    }
}

0 个答案:

没有答案