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

third party xxxswf.py SWF flash version check update #82

Open
pcexhaust opened this issue Sep 2, 2016 · 1 comment
Open

third party xxxswf.py SWF flash version check update #82

pcexhaust opened this issue Sep 2, 2016 · 1 comment

Comments

@pcexhaust
Copy link

Looks like the code is from late 2011 and doesn't account for current SWF versions.

# Error check for version above 20
if ver > 20:
    print ' - [ERROR] Invalid SWF Version'
    return None

According to https://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html, current SWF version is 33.

@decalage2
Copy link
Owner

Thank you for reporting it. Indeed the version of xxxswf in the thirdparty folder is very old, and updating it is on the todo list for a while (issue #1).

Need to adapt pyxswf to use the new xxxswf API: https://bitbucket.org/Alexander_Hanel/xxxswf

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

2 participants