Hello, I am using a .SWF buit in FLEX 2 and have to use it in AIR application.
I need to pass a parameter to that .swf file.
I am using swfloader to load the .swf file and passing parameter like
swf..load("/assets/Sample.swf?ptID="+ Patient.ID);
As this .Swf file is built in another project.
How can .SWF file get parameter ptID into it in AIR application?
Thanks,
Jigar

