senocular doesn’t have a comment section on his site, so I’m just starting a thread here.
So the next SWF version doesn’t coincide with the next player version, which is pretty weird. It’s also a little weird that Flash is progressing in tenths of a version these days.
The comment I really wanted to make is more petty, because I totally called this about a month ago : http://twitter.com/#!/krilnon/status/1869404249784320
In AvmCore.h
enum Version
{
kSWF9, // SWF9 (Flash Player 9.x)
kSWF10, // SWF10 (Flash Player 10.0 & 10.1)
kSWF11, // SWF11 (Flash Player 10.2 Spicy)
kSWF12, // SWF12 (Flash Player 10.3 Serrano)
VersionCount,
kLatest = kSWF12 // alias for "most recent"; will be changed as
new versions are added.
// note that this comes *after* VersionCount.
}
I guess this occurred after all of those announcements at MAX, but I don’t think that any of the MAX stuff covered a new SWF format version.
Also:
This is appreciated.