I have a website that uses SWFobject to detect flash.
Unfortunately, now that Safari is blocking the flash, if the user has not updated to the last flash, our page cannot deliver content without flash memory. Is there an easy way to determine if a user has a working flash version?
I think I would also like to provide non-flash content to users with various flash blocks (including a built-in chrome-based flash block)
I read about a method calling a method (like GetVariable ("$ version")) of flash from javascript. Should I set a timeout to make sure Flash was created before trying to call a method?
source share