Flash newbie here.
I am trying to load a swf file in a browser and pass url parameters to the flash movie. How do I access the url parameters in the flash movie in a
They show up in loaderInfo.parameters, just like FlashVars. For example, loaderInfo.parameters['name'] should return 'charlie'.
loaderInfo.parameters
loaderInfo.parameters['name']
'charlie'