Hello, I am about ready to deploy a Flex application that users can add to web pages of their choice using an embed (or object) tag. I want to make sure that the client player version can play the Flex application. The following model is what I would like to use and I want to know if this is a model that would be advocated as a "correct solution to this problem".
1) Client browser requests version check SWF. Parameters are passed to this SWF. 2) The SWF loads into the client's player and checks the version. 3) If the version is correct the SWF would load the Flex application into the player. 4) If the version is less than the required version I want to give the client the option to upgrade to the correct Flash player version. Is this an approach that can be made to work reliably assuming a base flash player version of 6 or is assumed? Thanks inadvance.

