>From your description - it sounds like the rogue component is.
1. In another project - you will need to move that project to your other machine as well. 2. A .swc sitting on your computer somewhere outside your project folder - copy it to a directory (i.e. swc) in your project folder and change the reference in the properties - > Flex Build Path - > Library Path (tab) to that .swc. Another way to get a project from one machine to another cleanly - is to right click on the project (in the navigator) and select export. From the export dialog select Flex Builder - > Flex Project Archive. Then on the other machine right click in the navigator and select import. Then from the import dialog - > General - > Project Archive. Rick Winscot From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Tuesday, March 25, 2008 3:01 PM To: [email protected] Subject: RE: [flexcoders] Flex component swf file Are you trying to move the source code or the application? _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Remya Sent: Tuesday, March 25, 2008 2:12 AM To: [email protected] Subject: [flexcoders] Flex component swf file Hi I have an application which uses a pop up window containing a flex component. I need to port the application to a different machine. I am able to transfer my main application file and pop up window's swf file but I am not able to do the same thing with the component. This component is used by pop up window in the item renderer property of a tilelist. Please help.
<<image001.jpg>>
<<image002.jpg>>

