Passing parameters from a holder to loaded swf
Well there are many instances when we need to pass flashVars from the html to a preloader and then on to a loaded movieClip. This is how I’ve done it. HTML — <param name=”FlashVars” value=”baseURL=http://www.sowebme.com/murtaza” /> For AC_RunActiveContent.js users, There should be 3 instances where you would place this For swfObject users, there will be …