Hi, I need to specific parameters to a flex app embedded in an html wrapper. These parameters can be sent appended to the url link of the html wrapper.
One way which I thought was to map the url to a server side script which could manipulate the html file ( as a string) to contain these parameters. Then flex could use externalinterface to access these values. Is there a cleaner and direct way to achieve this? ~Peeyush

