Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as2 bug with build swf #2

Closed
GoogleCodeExporter opened this issue May 21, 2015 · 6 comments
Closed

as2 bug with build swf #2

GoogleCodeExporter opened this issue May 21, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

when I build a swf . It create a "Version.as" file.
It format is right. But as2 don't have "int" type. lol

=======================================
class Version {
    static public var Major:int = 1;
    static public var Minor:int = 0;
    static public var Build:int = 0;
    static public var Revision:int = 0;
    private function Version() {
    }
}
=======================================

Original issue reported on code.google.com by zszen.john on 9 Jul 2010 at 4:24

@GoogleCodeExporter
Copy link
Author

Fixed on rev. 63.

Original comment by neverbi...@gmail.com on 9 Jul 2010 at 6:29

  • Changed state: Done

@GoogleCodeExporter
Copy link
Author

:P

Original comment by zszen.john on 9 Jul 2010 at 6:40

@GoogleCodeExporter
Copy link
Author

Can you release the fixed version plz? :P

Original comment by zszen.john on 13 Jul 2010 at 7:39

@GoogleCodeExporter
Copy link
Author

You just need to replace the corresponding template file. It's located under 
local application data folder\FlashDevelop\Templates\AutoVersion (the path 
varies depending of the OS version).

This weekend, I may finish the localization of the rest of strings, and release 
a new version, but it's not for sure.

Original comment by neverbi...@gmail.com on 13 Jul 2010 at 8:53

@GoogleCodeExporter
Copy link
Author

Just a easy way. Thx very much. ;P

Original comment by zszen.john on 13 Jul 2010 at 4:35

@GoogleCodeExporter
Copy link
Author

Another way of replacing the files is modifying the AutoVersion fdz archive.

A fdz file is just a zip file, so you may rename its extension, replace the 
compressed files, and name the file extension back to .fdz.

Original comment by neverbi...@gmail.com on 13 Jul 2010 at 5:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant