[flexcoders] Creating a flex library project that references a remote SVN path?

2009-08-28 Thread Nick Middleweek
Hello, Is it even possible to create a flex library project that references a remote SVN path?? I'm trying to use the birdeye qavis graphing library and I've been told to create a flex library project and set the src to the remote SVN location... How do i do that? I'm stumped... I'm using FB3

Re: [flexcoders] Creating a flex library project that references a remote SVN path?

2009-08-28 Thread Jeffry Houser
Most likely you would check out code from the SVN repository so that it is local. After that, you can add the source code to your project in multiple ways. One of them is to add a linked directory pointing to the source code. Another is to compile your own SWC with the source code and add