Does corona supports SWF format

I want to develop an app in Corona SDK, in which I want to split screen of the device into multiple sub screen.

In Each screen I can display/play any of the following format.

Graphics: JPEG PNG Flash swf Gif pdf

Video: MPEG mp4

Audio formats: mp3 wav

Please tell me is it possible to run these formats in Corona App & second thing is it possible to play these different thing in a single screen. Like Windows 8 has Live tiles.

That means, in screen tile ‘A’ I want to play video, in tile ‘B’ a pdf, etc.

 

http://stackoverflow.com/questions/33186430/does-corona-supports-swf-format

There is no support for SWF, FLV or FLA files. Generally its due to Apple’s refusal to support Flash.

GIF is supported, but not Animated GIFs unless you use a webView for it. PDF is also not a supported format, though there is a plugin for iOS that can display them. PDF’s generally are handled with webViews or downloaded and viewed in some external viewer.

You should be able to create live tiles.

Rob

There is no support for SWF, FLV or FLA files. Generally its due to Apple’s refusal to support Flash.

GIF is supported, but not Animated GIFs unless you use a webView for it. PDF is also not a supported format, though there is a plugin for iOS that can display them. PDF’s generally are handled with webViews or downloaded and viewed in some external viewer.

You should be able to create live tiles.

Rob