不废话上代码:
App.loader.loadAssets(["assets/comp.swf",{url:"cfg.ini",type:ResLoader.TXT}], new Handler(loadComplete), new Handler(loadProgress));
morn有两种加载方式:
1.简单模式:只需要提供url就可以了,就像上面例子里的“assets/com...
分类:
其他好文 时间:
2015-01-15 20:23:27
阅读次数:
165
- (void)loadAssets {
// Initialise
_assets = [NSMutableArray new];
_assetLibrary = [[ALAssetsLibrary alloc] init];
// Run in the background as it takes a while to get a...
分类:
其他好文 时间:
2014-06-05 12:06:55
阅读次数:
215