简体   繁体   中英

SWF to HTML5 Conversion Issues

Yet another Flash question from me. I've completed an interactive game (.SWF) with Flash CC (built with AS3), and I need to convert it to HTML5 for compatibility reasons.

I've taken a look at Google's Swiffy, which looked promising, but as you may be familiar, it only converts a file up to 1MB. Mine is 5.64MB. I can't use the downloadable Adobe extension because Swiffy doesn't support CC (yet?). I've also tried going the built-in feature via Flash, to convert the doc type to HTML5, but it's spawned more issues than it worth with my vector graphics.

I'd rather not rebuild the back-end as it is a LOT of code.

What might I use?

If it's complex or a lot of code, it's not a good idea using Flash and expect a good output in either of the available "converters" (Swiffy or Create). The same applies if you're using certain filters or various complex action with graphics (particles, etc.).

Still you can try moving outside the swf certain assets: maybe background images, sounds... And play/display them from HTML/Javascript.

If it's a large timeline-based animation (or similar), maybe you can split it, use various div-swiffycontainers and play them consecutively.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM