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 flexcoders@yahoogroups.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
>  
> Does that URL work when you paste it into a browser?
>  
> - Gordon
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of mapper2255
> Sent: Monday, April 30, 2007 2:19 PM
> To: flexcoders@yahoogroups.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/> ' + String
> (event.label).toLowerCase()), '_blank');">
> <!--
> http://localhost/
> 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