欧美三区_成人在线免费观看视频_欧美极品少妇xxxxⅹ免费视频_a级毛片免费播放_鲁一鲁中文字幕久久_亚洲一级特黄

加載loader (How to Load External Images in A

系統(tǒng) 1725 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

您的支持是博主寫作最大的動(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ì)您有幫助就好】

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

發(fā)表我的評(píng)論
最新評(píng)論 總共0條評(píng)論
主站蜘蛛池模板: 高清不卡一区二区 | 国产精品福利自产拍网站 | 亚洲日本va在线视频观看 | 欧美精| 日本免费不卡一区二区 | 国产精品乱码一区二三区小蝌蚪 | 日韩精品免费在线视频 | 久久精品国产线看观看亚洲 | 久久精品免费人成人A片 | 色www精品视频在线观看 | 日本免费视频在线观看 | 欧美激情欧美激情在线五月 | 日日夜夜精品免费视频 | 黄色免费av | 在线观看免费黄色小视频 | 久久亚洲热 | 欧美福利一区二区三区 | 欧美黑人性暴力猛交免费看 | 97国内精品久久久久久久影视 | 91免费看片 | 欧美一区二区三区国产精品 | 特级一级毛片免费看 | 国产免费中文字幕 | 一区二区三区四区视频 | 欧美精品99久久久久久人 | 欧美高清在线视频一区二区 | 高清国产美女一级a毛片 | 香蕉视频在线观看免费 | 色五五月五月开 | 国产亚洲精品看片在线观看 | 九九这里只有精品视频 | 九九热视频在线观看 | 国产综合精品一区二区三区 | 国产日韩欧美在线 | 国产不卡免费视频 | 久久久久国产精品免费免费搜索 | 欧美视频网站 | 亚洲一区二区三区四区在线观看 | 一级片视频免费观看 | 狠狠色狠狠色综合日日92 | 国产在线91精品入口首页 |