Killen
Killen

Reputation: 75

how to use javascript to embed flash into ios

I wonder how can i run web flash application on IOS?

Because i heard some information about Flash application can run on IOs using Javascript

But i dont know how to write javascript code to make flash run on IOs

Do you have any tutorial or resources to help me to do this ?

Thank you very much

Upvotes: 0

Views: 249

Answers (2)

pho
pho

Reputation: 25489

Apple does not support Flash on its iOS devices. Apple and Adobe had quite a nasty bust-up over this issue. And, to make matters worse, it doesn't look like its going to improve any time soon (see here). So the only thing you can do is use HTML5, CSS3 and JavaScript to develop your web apps for iOS.

Upvotes: 1

Samuel Cotterall
Samuel Cotterall

Reputation: 353

There have been a number of attempts to get Flash onto iOS devices (converting Flash apps to iOS apps, or recreating the runtime in JavaScript) but I doubt any of the solutions would be suitable.

You’d be better off building your application in HTML5, CSS3 and JavaScript.

Upvotes: 2

Related Questions