vote up 1 vote down star
1

Does anyone have an example of script that can work reliably well across IE/Firefox to detect if the browser is capable of displaying embedded flash content. I say reliably because I know its not possible 100% of the time.

flag

I see you've already accepted joeri's answer, but you really ought to seriously consider swfObject. It's a lot more robust and less bloaty. – matt lohkamp Oct 2 '08 at 8:32

6 Answers

vote up 3 vote down check

Perhaps adobe's flash player detection kit could be helpful here?

http://www.adobe.com/products/flashplayer/download/detection_kit/

link|flag
vote up 14 vote down

SWFObject is very reliable. I have used it without trouble for quite a while.

link|flag
Same here, SWFObject works great for me as well (used to be called FlashObject, but Adobe threw a hissy fit) – davr Oct 1 '08 at 20:00
SWFObject is the way to go! – Sugendran Oct 1 '08 at 22:44
vote up 2 vote down

Detecting and embedding Flash within a web document is a surprisingly difficult task.

I was very disappointed with the quality and non-standards compliant markup generated from both SWFObject and Adobe's solutions. Additionally, my testing found Adobe's auto updater to be inconsistent and unreliable.

The JavaScript Flash Detection Library (Flash Detect) and JavaScript Flash HTML Generator Library (Flash TML) are a legible, maintainable and standards compliant markup solution.

-"Luke read the source!"

link|flag
vote up 0 vote down

I've used the following at http://whatsmy.browsersize.com and it works fine across FF/IE/Safari/Opera/Chrome:

http://developer.apple.com/internet/webcontent/examples/detectplugins_source.html

link|flag
vote up 0 vote down

Carl Yestrau's JavaScript Flash Detection Library, here:

http://www.featureblend.com/javascript-flash-detection-library.html

... may be what you're looking for.

link|flag
vote up -1 vote down

well... If you want to detect this, you need javascript, right? And if neither flash or js is enabled/available... you are screwed :D Anyhow, i think the best thing is to use swfObject or something similar :)

link|flag

Your Answer

Get an OpenID
or

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