On 4/20/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > I'm living with a couple of work arounds. I develop and save my flex > files to a local projects folder. I then have to manually copy the bin > folder to my web server. When I do, I can run the flex app, but the url
When you say "copy" do you mean FTP, or do you have a drive mapped? If you have a drive mapped, you can do a couple things. In your project settings, you can set the build path to the path on the mapped drive where you want to put it. Say for example you've got E:\ mapped to your \\SERVER\C$\Inetpub\wwwroot folder Set your build path to E:\foobar\ Set your URL to be approproriate to access that folder.. ie http://mydomain.com/foobar/ then, the swf is compiled "in place"... this allowsy ou to simply use the F11 (debug) and Shift-F11 (run) commands to test your app. If you're using FTP... well it's a little trickier... I use WebDrive, which allows me to create an FTP connection and assign a drive letter. Rick -- CFMBB - Coldfusion Message Boards, Version 1.21 Now Available! http://www.cfmbb.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3928 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
