RE: [flexcoders] Dash symbol on xml tag

2008-01-14 Thread Gordon Smith
styles.style["font-family"] Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ruidsoares Sent: Monday, January 14, 2008 12:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dash symbol on xml tag

Re: [flexcoders] Dash symbol on xml tag

2008-01-14 Thread Maciek Sakrejda
Assuming you have a variable called styles that references this file, you can use styles.style.["font-family"] to access the XMLList with the single element font-family, or styles.style.["font-family"][0] to access the actual font-family element itself. -- Maciek Sakrejda Truviso, Inc. http: