« Flash Multi File Upload | Home | The email , when you are in office and out of office »
Use an Item Renderer to create a Component that will load up a given URL. The easiest way is to use the LinkButton Control
By admin | September 3, 2008
MainApplication.mxml
3:
4:
5: import mx.collections.ArrayCollection;
6: [Bindable]
7: public var myAC:ArrayCollection = new ArrayCollection([
8: {firstName:"Jon",lastName:"Hirschi",url:"http://www.workathomeseo.com"},
9: {firstName:"Tariq",lastName:"Ahmed",url:"http://www.mail4web.net"}
10: ]);
11:
12: ]]>
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
urlRenderer.mxml
2:
4: click="navigateToURL(new URLRequest(data.url))"/>
5:
Topics: My Code |
Comments
You must be logged in to post a comment.

