Hi all I have a flex app that has a swfLoader. I am loading different swf's in to the swfloader and they're all working fine. With one particular swf, it requires a flashvar. I've tried the following format : swfLoader.source="xxx.swf?id=2". This just doesn't work. However, running from the HTML wrapper and setting the flashvar in HTML, it does work, so the swf being called is working ok. Is there any different way of calling it from Flex?? Am I calling it the wrong way?
Thanks, Mike

