Are they the same ?

Is it possible that one has installed the stand-alone flashplayer(flashplayer.exe xx.swf works) but can't play the xx.swf in the browser?

link|improve this question

50% accept rate
FF, IE, Opera or ...? – Aki Nov 8 '10 at 14:17
I'm targetting various browsers on mobile phones. – win Nov 8 '10 at 14:26
given the new direction of the question you may want to as about targeting devices for flash on programming not superuser – aking1012 Nov 8 '10 at 14:34
Suggest you take this question to Stack Overflow, it seems to actually be a programming question. – CarlF Nov 8 '10 at 15:00
feedback

2 Answers

The plug-in is what tells you browser to which application to send that mime type and what kind of data it should expect in return...no, not the same

link|improve this answer
Do mobile browsers all have flash plugin except those on iphone? – win Nov 8 '10 at 14:28
not part of the original question...my opinion is (flash == evil) returns true, so I try not to use it at all - specifically more so for mobile web. – aking1012 Nov 8 '10 at 14:33
Not all mobile browsers support Flash--notably, the BlackBerry browser (still the largest market share) does not. – CarlF Nov 8 '10 at 14:59
feedback

It's possible, but mainly because the flashplayer plugin exists as a separate program, usually libflashplayer.so. For the browser plugin to work on embedded or phone systems it will need to use the same display renderer as the browser. For Linux based phones, X11 isn't always available so you'd need a custom flashplayer, not the normal Linux one.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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