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 it's not working:
loader.load(new URLRequest(url+"id=33"));
Aren't you missing a question mark?
loader.load(new URLRequest(url+"?id=33"));