|
|
|
|
|
by morrow
3110 days ago
|
|
I have done a few flash to HTML5 conversions without source code, and the method I've gone with is just to use the flash as a guide and write the HTML5 app from scratch. You end up with cleaner, more maintainable code that way than if you were to throw it into a converter and try to sort out what comes out, and it can end up taking the same amount of time as trying to fix whatever the converter came up with in the end. Do you have any links to the flash products? Might be worth putting what you have in a GitHub repo and see who can contribute. Maybe try https://www.codetriage.com/ as well. If you end up doing either, let me know and I'll try to help :) |
|