Pass url parameters to a swf (flash) movie

后端 未结 1 1442
花落未央
花落未央 2021-01-14 16:48

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

1条回答
  •  一生所求
    2021-01-14 17:07

    They show up in loaderInfo.parameters, just like FlashVars. For example, loaderInfo.parameters['name'] should return 'charlie'.

    0 讨论(0)
提交回复
热议问题