vote up 1 vote down star

Does anyone know the reason behind no support of Flash movie in Mobile Safari in iPhone?

I think, if the Mobile Safari supports Flash movie, the Apps will have less attractiveness, as many Game Apps can be made in Flash. Also, it does not need to pass through Apple's check in order to get into iPhone. Am I correct?

flag
why does this question deserve a downvote? – Shivan Raptor Oct 21 at 3:40
Make that a wiki ;) – Partial Oct 21 at 3:41
2  
Its not programming related in anyway. – Daniel A. White Oct 21 at 3:42
@Daniel: Yup! This is a Q&A on programming website. – Partial Oct 21 at 3:44
marked as a wiki. i think this question should be discussed here, as it affects all iPhone apps programmer. – Shivan Raptor Oct 21 at 3:53

closed as not programming related by Daniel A. White, JaredPar, Alex Reynolds, Brad Larson, SilentGhost Oct 21 at 16:02

2 Answers

vote up 3 vote down

The issue is that Apple doesn't want to allow third-party runtimes to run on the iPhone. Flash Player, which is a necessary plug-in in order to view .swf content through the browser, is exactly that.

It's a decision with multiple ramifications and a few sound reasons behind it. From a business perspective, having a blanket policy prohibiting third-party runtimes means that Apple has much greater control over what sort of functionality its users have access to. This means that any relatively complex software on the iPhone has to come through the Apple App Store, and that means that Apple gets a piece of it.

There's also the issue of system resources. Even with optimized code, Flash Player still eats up a pretty decent chunk of your processor when it's running. This can translate to poor performance and a rapidly drained battery, culminating in a poor user experience. Apple prides itself on providing top of the line user experiences, and from a sheer hardware perspective doesn't want to lose control over performance and battery life.

That said, right now iPhone is positioning itself as iPhone vs Everybody Else. I think it's inevitable that Apple will eventually relent - especially since Flash Player 10.1 supposedly runs about 50% more efficiently right off the bat. For now, though, it's not in Apple's interest to support Flash on the iPhone for the reasons listed above.

link|flag
vote up 1 vote down

The reason is that neither Macromedia nor Adobe has shown any interest in building a version of Flash for the Mac that is not a flaming heap of garbage and Steve Jobs doesn't want to support them. There's enough useless junk in the app store as it is.

link|flag
5  
Please cite some references for this claim. – EightyEight Oct 21 at 4:24
I do think Adobe has the interest as it will complete its open screen project openscreenproject.org. – Andy Li Oct 21 at 4:28
Nice to know how you feel. Although I wouldn't be surprised at all if there was market work at play considering the managing of the App Store. However, there might just be some fairly bland technical reasons. – pst Oct 21 at 4:38
technical reason may be the main reason for Adobe not joining the force. On the other hand, Autodesk has just stepped into iPhone. – Shivan Raptor Oct 21 at 9:52
appleinsider.com/articles/09/… – NSD Oct 25 at 16:45

Not the answer you're looking for? Browse other questions tagged or ask your own question.