On 4/13/05, carmhuntress <[EMAIL PROTECTED]> wrote:

> because I continue to get the error that text1 does not exist...  Thanks.

You're getting the error because the Image component really has no
property named 'text1'.  What you want is to access the 'text1'
property on the Image's content property.

  alert(image.content.text1.text)

See what this displays.

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to