I have tried following things to access the FlashVars from HTML in the flash movie.
- Added the Flashvars in embed tag
- added the FlashVars in param tag
- added the FlashVars in JavaScript code generated by the Adobe Flash compiler
- Tried to access the FlashVars by using: root.loaderInfo.parameters.param_name and root.loaderInfo.parameters["param_name"]
But still I am not able to access the FlashVars. Can somebody guide me to the correct solution.