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

2009-08-21 Thread valdhor
Mike Thank you for that. It worked perfectly. I have a Mac at home but have to resort to using a PC here at work. For others that may see this thread later on... I installed WAMP 2 (http://sourceforge.net/projects/wampserver/) and set my Flex build path output directory to C:\wamp2\www. I then

[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