[flexcoders] Re: Issues debugging on Windows 7?

2009-11-17 Thread mike_morearty
I think you are running into this issue: http://bugs.adobe.com/jira/browse/FB-22107 This was caused by a change made by Microsoft in Internet Explorer 8. Flex Builder and Flash Builder launch their own instance of iexplore.exe, and when you click Terminate, they kill that process. The problem

[flexcoders] Re: How to add fragments to debug url in Flex Builder

2009-08-20 Thread mike_morearty
Browsers don't allow fragments such as "#anchor" to be appended to file: URLs, as they do for http: URLs. The workaround for your scenario is to have Flex Builder compile the SWF into a directory where an HTTP server can find it. For example, suppose you are on a Mac; /Users/johndoe/Sites can be