Hi i have to load another swf from my swf and i need to give them flashvars attributes, how can i do that?
i tried this but not working loader.load(new URLRequest(url+"id=33"));
Hi i have to load another swf from my swf and i need to give them flashvars attributes, how can i do that?
i tried this but not working loader.load(new URLRequest(url+"id=33"));
Aren't you missing a question mark?
loader.load(new URLRequest(url+"?id=33"));