http://flex-apollo.blogspot.com/2007/06/passing-parameters-to-swf.html
~Peeyush On Wed, May 14, 2008 at 3:27 PM, Peeyush Tuli <[EMAIL PROTECTED]> wrote: > 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 > >

