Hello again.

I am trying to make a list of links that upon clicking would open the
desired web page

this is what I have tried


<mx:Script>
import mx.events.ItemClickEvent;
</mx:Script>

<mx:HBox paddingTop="20" paddingBottom="20" paddingRight="20"
paddingLeft="20" width="100%" height="90%" horizontalGap="20">
<mx:Panel width="100%" height="100%" title="Forms">
<mx:TabNavigator width="100%" height="100%">

<mx:Box label="List" paddingLeft="10">
<mx:List itemClick="navigateToURL(new
URLRequest(ItemClickEvent(event).item.link), '_Top')">
<mx:dataProvider>
<mx:Array>
<mx:Object label="Home" link="navigateToURL(new
URLRequest('http://156.124.64.233'), '_Top')" />
</mx:Array>
</mx:dataProvider>
</mx:List>
</mx:Box>
</mx:TabNavigator>
</mx:Panel>
</mx:HBox>


Once again I appreciate any thoughts






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to