Skip to main content
March 12, 2013
Question

Cross platform apps that support .swf and .flv

  • March 12, 2013
  • 1 reply
  • 541 views

I want to build (HTML5, Javascript, CSS) apps that run on Win, iOS, iphone and Android phones that also include (.swf, .flv) content.  Which Adobe tool(s) should I use?  It would be nice to have a WYSIWYG UI design front end like Maqetta in building these apps.  Does DreamWeaver in combination with Air have all this functionality?

This topic has been closed for replies.

1 reply

Inspiring
March 13, 2013

You can't run Flash in a browser in iOS, not even a browser inside an app (it's still Safari).

If you want Flash content inside your app, you need Adobe AIR. Then use StageWebView (plus StageWebViewBridge) to show the parts in HTML.

You can use Adobe Flash Builder or FDT to code in AS3.