Is it possible to create dynamic embed function?

后端 未结 3 1592
自闭症患者
自闭症患者 2021-01-23 21:17

Is it possible to create dynamic embed function in ActionScript3

for example like this

     public function embedImage(path:String):Bitmap{
                     


        
3条回答
  •  后悔当初
    2021-01-23 21:37

    No, embed source is embedded at compile time. You can not embed anything at run time. That's what embed means, embedding during building the swf.

提交回复
热议问题