亚洲免费在线-亚洲免费在线播放-亚洲免费在线观看-亚洲免费在线观看视频-亚洲免费在线看-亚洲免费在线视频

加載loader (How to Load External Images in A

系統(tǒng) 1863 0

?

Using the flash.display.Loader class in AS3, you can load in external image files to display in flash. The loader class supports loading in JPG, SWF, PNG, or GIF file types. The Loader class sounds more like a loading manager that watches load progress, rather than a display object. Fact is, the Loader is treated as a DisplayObject , so when it’s ready you just add it to the stage. Pretty simple, so let’s get started!

?

?

First, you will need to create an instance of the loader class and add a couple event listeners to it. One to watch load progress, and one to watch for when the loading is complete.

?

?

    var myLoader:Loader = new Loader();
myLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onLoaderProgress);
myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaderComplete);
  
?

You’ll notice that I’m not adding the event listener to the loader instance (myLoader), but instead adding them to a property of myLoader called contentLoaderInfo . The Loader class has a special property that controls all the loading events. This property is an instance of the LoaderInfo class, so we will listen to it for events, rather than our Loader instance.

?

Next, we will call the Loader.load() method to initiate the loading sequence. You will need to create a new variable that will be an instance of the URLRequest class. This new variable will be passed to the load() method.

?

    var myLoader:Loader = new Loader();
myLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressStatus);
myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaderReady);

var fileRequest:URLRequest = new URLRequest("myImage.jpg");
myLoader.load(fileRequest);
  
?

Ok, so that’s pretty much it. All that is left is to create our callback methods for each of our eventListeners. Our final code should look like this:

?

    var myLoader:Loader = new Loader();
myLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressStatus);
myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaderReady);

var fileRequest:URLRequest = new URLRequest("myImage.jpg");
myLoader.load(fileRequest);

public function onProgressStatus(e:ProgressEvent) {   
      // this is where progress will be monitored     
      trace(e.bytesLoaded, e.bytesTotal); 
}

public function onLoaderReady(e:Event) {     
      // the image is now loaded, so let's add it to the display tree!     
      addChild(myLoader);
}
  
?

?

?

詳細(xì)請(qǐng)看

http://www.republicofcode.com/tutorials/flash/as3loader/

?

?

?

加載loader (How to Load External Images in Actionscript 3.0)


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號(hào)聯(lián)系: 360901061

您的支持是博主寫(xiě)作最大的動(dòng)力,如果您喜歡我的文章,感覺(jué)我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長(zhǎng)非常感激您!手機(jī)微信長(zhǎng)按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對(duì)您有幫助就好】

您的支持是博主寫(xiě)作最大的動(dòng)力,如果您喜歡我的文章,感覺(jué)我的文章對(duì)您有幫助,請(qǐng)用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長(zhǎng)會(huì)非常 感謝您的哦!!!

發(fā)表我的評(píng)論
最新評(píng)論 總共0條評(píng)論
主站蜘蛛池模板: 亚洲精品久久久久影院 | 亚洲欧美视屏 | 性欧美另类老妇高清 | 视频一区国产精戏刘婷 | 五月天激情亚洲婷婷在线 | 欧美国产片 | 亚洲涩福利高清在线 | 黄片毛片大全 | 国产性色视频在线高清 | 亚洲激情视频网站 | 天天色天天操天天 | 久久久久国产精品免费免费不卡 | 好吊顶色 | 欧美激情社区 | 99热久久这里只有精品6国产网 | 婷婷精品| 久草久操| 亚洲人人爱 | 九九影院理论片 | 毛片线看免费观看 | 国产精品免费观在线 | 欧美综合视频在线 | 欧美激情免费看 | 成人5252色| 欧美特级爽毛片 | 九九热在线视频免费观看 | 狠狠色噜噜狠狠狠狠黑人 | 欧美成人丝袜视频在线观看 | 四虎网址在线观看 | 国内精品免费一区二区三区 | 国产精品热久久 | 久精品视频 | 日韩视频区 | 日本在线精品视频 | 国产99久久精品一区二区 | 精品国产91久久久久久久 | 久9热精品视频在线观看 | 成人淫片免费视频95视频 | 中文在线免费不卡视频 | 亚洲区欧美中文字幕久久 | 天堂成人精品视频在线观 |