[AS3] Passing variables from HTML using SWFObject JavaScript to Flash
Using FlashVars is a very useful way to load dynamic data from the URL or HTML page containing Flash swf file. This approach is mainly used to pass on some id or resource path such as xml file which contains further data. Passing resources paths using FlashVars really makes life easier for a developer switching…