-7

i am using a flash slideshow everything is working fine but that slideshow is not working on Iphone/Ipad environment . please help

webkul
  • 2,836
  • 10
  • 47
  • 61

3 Answers3

2

The iPhone/iPad doesn't support Flash

Jake N
  • 10,535
  • 11
  • 66
  • 112
  • Yes i knew that , how can i implement a static image in place of flash in iphone/ipad – webkul Sep 20 '10 at 10:29
  • 2
    You should state that then, rather than expecting others to guess that you want a static image in place of the Flash. People cannot answer your question if you do not write your question correctly – Jake N Sep 20 '10 at 10:39
0

Try using an UIScrollView.

Or Maybe you can use HTML5 with an UIWebView.

You can find some information here.

Community
  • 1
  • 1
Vinzius
  • 2,890
  • 2
  • 26
  • 27
0

how can i implement a static image in place of flash in iphone/ipad? – vipinsahu

Take a look at this article http://www.gskinner.com/blog/archives/2010/04/return_of_the_b.html. Grant Skinner has created a modified version of the SWFObject2.2 to display a lego brick icon when trying to view Flash content on an iDevice. You can modify the image of course.

Allan
  • 3,339
  • 2
  • 21
  • 24