copenndthagen
copenndthagen

Reputation: 50732

Flash on iPad JS

Now we all are aware that there is no Flash supported on the iPad.

But my question is does the iPad return some kind of error which we can capture in Javascript. I know one option is just to detect iPad from UA string. but wanted to know what can be captured in JS when Flash is called , either as a direct .swf request or within some containing html file?

Upvotes: 2

Views: 151

Answers (1)

Jim
Jim

Reputation: 73936

Develop the page as if Flash wasn't available. Detect the presence of Flash with JavaScript and add it in during page load.

Upvotes: 2

Related Questions