Jump to content
Search Community

Jayse

Members
  • Posts

    1
  • Joined

  • Last visited

Jayse's Achievements

0

Reputation

  1. Im having the same problem. How can I send the vars to the SWF? I tried this: // first try queue.append( new SWFLoader("swf/" + game, {name:"activeGame", estimatedBytes:3000, container:this, x:0, autoPlay:true, requireWithRoot:this.root}) ); //second try queue.append( new SWFLoader("swf/" + game, {name:"activeGame", estimatedBytes:3000, container:this, x:0, autoPlay:true, FlashVars:"Joe=test"}) ); How can I declare the vars into the child SWF?
×
×
  • Create New...