I've used Xampp before for many different things and I've never had any special requirements. It's odd. I even pasted your sample code in the online flex compiler at try.flex.org and it worked fine there.

Does your bin/ directory or FlashSite2 directory have any permissions issues?

Michael

mapper2255 wrote:

Thanks, Gordon.

Yes, it works and the Adobe link worked. Not sure how Flex
Builder/xampp/Windows wants to see the contructed URL though it
seems like I have tried all options.

Forward slashes/backward\with this directory without?

I can go to file in browser.

--- In [email protected] <mailto:flexcoders%40yahoogroups.com>, "Gordon Smith" <[EMAIL PROTECTED]>
wrote:
>
> Whatever problem you're having isn't related to event.label or
probably
> to anything in your Flex code. When I tried this code it
constructed the
> proper URL, such as
>
> http://localhost/FlashSite2/bin/ghostb <http://localhost/FlashSite2/bin/ghostb>
>
> Does that URL work when you paste it into a browser?
>
> - Gordon
>
> ________________________________
>
> From: [email protected] <mailto:flexcoders%40yahoogroups.com>
[mailto:[email protected] <mailto:flexcoders%40yahoogroups.com>] On
> Behalf Of mapper2255
> Sent: Monday, April 30, 2007 2:19 PM
> To: [email protected] <mailto:flexcoders%40yahoogroups.com>
> Subject: [flexcoders] navigateToURL
>
>
>
> Can any one tell me why I cannot get this event.label to work,
keeps
> giving "not found"? Code is straight out of help files.
>
> <mx:LinkBar borderStyle="solid" itemClick="navigateToURL(new
> URLRequest('http://localhost/FlashSite2/bin/ <http://localhost/FlashSite2/bin/> > <http://localhost/FlashSite2/bin/ <http://localhost/FlashSite2/bin/>> ' + String
> (event.label).toLowerCase()), '_blank');">
> <!--
> http://localhost/
> http://localhost/FlashSite2/ <http://localhost/FlashSite2/> <http://localhost/FlashSite2/ <http://localhost/FlashSite2/>>
> -->
>
> <mx:dataProvider>
> <mx:Array>
> <mx:String>ghostb</mx:String>
> <mx:String>Director</mx:String>
> <mx:String>Dreamweaver</mx:String>
> <mx:String>ColdFusion</mx:String>
> </mx:Array>
> </mx:dataProvider>
> </mx:LinkBar>
>
> using xampp?
>

Reply via email to