私はフレックスモバイルクライアントを持っており、Javaサーバーbyte[]
をflash.utils.ByteArray
.
private function onResult3(event:ResultEvent,token:Object):void
{
if(event.result!=null)
{
var Lder:Loader=new Loader();
var ba:ByteArray=event.result as ByteArray;
Lder.loadBytes(ba);// exception is thrown here
doktorResim.bitmapData.draw(Lder);
}
}
何か助け、提案はありますか?