lizhi

Results 59 comments of lizhi

http://blog.bwhiting.co.uk/?p=423

``` switch(_type){ case 0: break; } ``` this code will get aot compile-abc error

I have deleted this code and it compiles successfully. Can consider compiler optimizations or not

> Curious as to why compile-abc is outputting lots of 64-bit values, normally that would be compile-abc-64 whereas compile-abc is 32-bit; what OS version are you using? Any chance you...

唯6的关注,凉了一个!

my code. ``` chaifenfile = fs[0] as File; var fs2:FileStream = new FileStream; fs2.open(chaifenfile, FileMode.READ); var bmd:BitmapData = PNGEncoder2.decode(fs2); trace(bmd.width, bmd.height); ``` and get Error #1000: The system is out...

and use flash loader,also out of memory. ``` var chaifenloader:Loader = new Loader; chaifenloader.contentLoaderInfo.addEventListener(Event.COMPLETE, chaifenloader_complete); chaifenloader.load(new URLRequest(chaifenfile.url)); ```