-
Notifications
You must be signed in to change notification settings - Fork 253
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
Flash ActionScript 3 Support #758
base: master
Are you sure you want to change the base?
Conversation
@HarrievG I've been testing this with an incomplete SWF file, but one I thought would be good enough to test functionality. Other issue: the Since the stop function is never run, my carousel widget plays the rollIn/rollOut animations continuously. myswf.webm |
If you send your fla I can do something. Images and screenshots are useless here. |
Just to follow up on this for future reference:
|
@stephenap07 Can be closed? |
e168065
to
2c54600
Compare
I rebased the branch on the master/1.5.1 and added @HarrievG's last crash fix. |
2c54600
to
5bfc164
Compare
5bfc164
to
96a2083
Compare
dd17175
to
cc20ee7
Compare
+ AS3.0 VM fixes.
+ ActionscriptAPI extras
- Removed redundant forward declare
Please note: Only supporting round joints and caps, like < SWF 8
9a45676
to
0480cd9
Compare
This allows to import new Flash (.swf) menus created by Adobe Animate.
The implementation will be basic so it is enough to import new files without the need of some cracked warez edition of the abandoned Macromedia Flash.
Kudos to @HarrievG for all the hard work.