vote up 0 vote down star

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"));

flag

1 Answer

vote up 0 vote down

Aren't you missing a question mark?

loader.load(new URLRequest(url+"?id=33"));

link|flag
no i missed here only, typed badly. But i looked up, this pattern never will result flashvars... – voidnull Jan 28 at 9:02
Please see this - stackoverflow.com/questions/407858/… – Chetan Sastry Jan 29 at 5:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.