First, be careful with your language. There will NOT be an html link to a flex application.
There will be a link to an html page which hosts the Flex application within the Flash player instantiated via an object/embed tag. You will need javascript to read the querystring parameters and send them to the Flex app using flashvars. This is quite simple, only a couple lines of javascript. I have posted a full example before, you will find it if you search. Within Flex, you can access the passed in values via the Application.application.parameters object. Tracy --- In [email protected], "Christophe" <christophe_jacque...@...> wrote: > > Hello, > > How to add a parameter for a flex application. This parameter is indicated in > the html link to the flex application. > > Thank you, > Christophe, >

