tconkling / flump

Exports Flash .FLAs to GPU-friendly formats
MIT License
381 stars 70 forks source link

Issues after packaging exporter #155

Closed CrazyFlasher closed 8 years ago

CrazyFlasher commented 8 years ago

I am able to successfully package exported and install it. However, when I launch Flump exporter after installation, I can see it in task manager, but doesn't open.

When I open swf file in shows: Error #2032: Stream Error. URL: file:///C|/Program Files (x86)/Flump/framework_4.15.0.20160104.swf

If I try to build with Flex SDK 4.6 (instead of apache flex) I get following error: ...SwfTexture.as: Call to a possibly undefined method drawWithQuality through a reference with static type flash.display:BitmapData. because BitmapData of it's playerglobal doesn't support drawWithQuality

UPD: OK, I downloaded Flex SDK 4.6 and merged it with AIR SDK 22. Now I get following error while packaging: ProjectConf.as: : No constructor function was specified for class ProjectConf.

UPD: Ok, I was able to build it. The reason was, that I merged flex 4.6 sdk with AIR sdk that comes with compiler :) Thanks :D