I'm building a facebook application that includes a flash player. When I implement the swfObject in my code I require flash version 11.2:
swfobject.embedSWF('<%= GlobalVariables.CdnUrl%>' + swfFileName +
'?gameVersion=<%= GlobalVariables.SwfVersion%>','flashContent', '<%= GlobalVariables.SwfWidth%>',
'<%= GlobalVariables.SwfHeight%>', '11.2.0', '<%= GlobalVariables.CdnUrl%>expressInstall.swf',
flashvars, params, attributes)
still, when I load the app the expressInstall windows opens up and an update notification for flash version 11.3 appears. Why is that so?
There is an image snapshot is available here (sorry, I don't have enough reputation to post images).
This issue occurs only (so far) for specific Chrome users. Could you please advise the course of action?