If you have a situation where you have to force the client side adobe Flash plug-in to be of a specific version, you can achieve this by mentioning the version in the Object tag.
For example
object id='xyzChart' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=10,0,0,0' height='100%' width='100%'>
Here as you can see, I have added version parameter to the codebase attribute with version value as 10.
This is particularly required for IE browsers, where certain flex components do not get displayed if the client browser has older flash plugin.
Thursday, April 29, 2010
Subscribe to:
Posts (Atom)