The IPhone and the IPad itself do not support Flash, one way is to install flash-enabled apps such as Frash. I see a foreign friend introduced a method, can not escape or install the application, here to share a translation.
Method:
Using an IPad or IPhone browser like Safari
http://code.google.com/p/itransmogrify/
Click on the "right from your IPhone" link near the end of the page. The arrival of this new page, in fact, is a detailed introduction, here focus on the operation to say:
Add the current URL to the Safari Favorites folder with the default itransmogrify name.
Edit the bookmark you just added, click on the second line of the URL, and use the IPad's text selection function to drag it to the far left of the entire line, looking like the following
Http://joemaller.com/___?javascript:if%28typ ...
Then select the question mark that starts at the far left until JavaScript, excluding JavaScript, and deletes the selected text so that the bookmark is edited.
Then visit the Web site with Flash content, the Flash content can not be displayed, click Just added Itransmogrify bookmark, the current URL will not change, but the Flash content will be displayed. Smooth, and then open other with flash content of the site should also be able to show, if you encounter can not show Flash, just click on the Itransmogrify bookmark on the line.
Here's how it works, essentially a small piece of JavaScript code that runs as a bookmark, with the complete code as follows:
http://joemaller.com/___?javascript:if%28typeof%28iTransmogrify%29%3D%3D%27undefined%27%29%7Bvar%20s% 3ddocument.createelement%28%27script%27%29%3bs.src%3d%27http%3a%2f%2fjoemaller.com%2fitransmogrify-latest.js% 3fq%3d%27%2b%28new%20date%29.gettime%28%29%3bdocument.getelementsbytagname%28%27head%27%29%5b0%5d.appendchild% 28s%29%7dvoid%280%29
Its role is to load the current page in an external JS file, its address is
Http://joemaller.com/iTransmogrify-latest.js
We can download this JS file to look carefully, the Xuefeng general look at it, it seems to be the principle of playing Flash plug-ins to the IPad itself to support plug-ins, such as QuickTime, of course, in order to achieve this phishing also have to do a lot of interface control mapping and so on. Perhaps individual flash control can not be completely mapped to the QuickTime, so use the above method to see Flash when there are individual small features, such as potato video can see the main video, but the ads on both sides do not show.