Skip to main content
Participant
March 7, 2012
Question

Web application containing small Flash needs to compatible to IPAD.. Any Idea ?

  • March 7, 2012
  • 1 reply
  • 445 views

Currently, we have web application containing pie charts and graphs created using Flex 3.0. We are making this web application compatible to IPAD.At runtime Java/J2ee passes data in the form of XML to Flex chart APIs. I am wondering, using flex 4.5 (mobile application project) if I create swf file and at runtime using userAgent will render appropriate swf file on device (desktop/ipad).

  Will swf file created using flex 4.5 works on ipad  the way I am thinking ? I am new to Flex technology. Please advice.

This topic has been closed for replies.

1 reply

Participating Frequently
March 8, 2012

No .swf files will work on the iPad/iPhone.
Maybe you can create images on the fly instead of the .swf on ios devices?