Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.84k stars 819 forks source link

atf not work on flashplayer 11.4 #944

Closed matrix3d closed 7 years ago

PrimaryFeather commented 7 years ago

The ATF format was changed somewhere around Flash Player 11.8, so that's probably what you're seeing. You'd need to find an old version of the ATF tools (back in the day, they were not part of the AIR SDK, but of the "Adobe Gaming SDK").

But may I ask why you need support for Flash Player 11.4?

matrix3d commented 7 years ago

bcs,some man use the fp11.4. so it is a as3lib conv the newatf 2 oldatf format? just change the header

PrimaryFeather commented 7 years ago

I don't know of any such library, sorry! Unfortunately, I don't know if it was just the header they changed, or some internals, too.

However, a lot of security issues have been fixed since Flash Player 11.4 — it was released in 2012! So you should definitely recommend to your players to update to a newer version.

matrix3d commented 7 years ago

Does the old ATF format have performance problems? Or other problems? Web game If there is no performance problems, with the old ATF also never mind.

PrimaryFeather commented 7 years ago

I don't think the change was related to performance issues, but that they added new features to the format. The only thing I think you can do is try to find an old version of the ATF tools. The question though, is if the textures created like that work with a new AIR version.

Again, my recommendation is to tell users to upgrade their Flash Player. It's simply dangerous to use such an old version today.

matrix3d commented 7 years ago

thankyou and close