Load and reload external SWF in AIR for iOS

前端 未结 4 1828
灰色年华
灰色年华 2020-12-20 09:30

I found several info on how to load one or more external SWF files, packaged with my AIR iOS App, the actual working code is:

var myUrlRequest:URLRequest = n         


        
4条回答
  •  粉色の甜心
    2020-12-20 10:02

    If you can't load something a second time, perhaps it would be best to simply cache it and make a point of only loading it once?

提交回复
热议问题