[flexcoders] Passing parameters to a SWF using SWFLoader.

2006-10-09 Thread greenfishinwater
I have seen from documentation that to pass paramaters to an SWF using SWFLoader, use syntax as follows: mx:SWFLoader source=something.swf?var1=value1var2=value2var3=value3 / I do this with my code: source=popUpSA?productCode=762159priceGroup=99 but when I compile I get the error message: The

RE: [flexcoders] Passing parameters to a SWF using SWFLoader.

2006-10-09 Thread Matt Chotin
Use the XML entity: amp; From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of greenfishinwater Sent: Monday, October 09, 2006 7:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing parameters to a SWF using SWFLoader. I