Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.