Cheers Chris - worked a treat for starters...

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Velevitch
Sent: Friday, 14 January 2005 11:55 AM
To: Flash Developers List
Subject: [fugli] Re: HNY 2 all - datagrid blues...

On Wed, 12 Jan 2005 13:33:48 +1100, Jason Davey
<[EMAIL PROTECTED]> 
wrote:
> I'm looking for an example of a dataGrid + eventListeners that can
> activate a movieClip and load an external .jpg from an XML file.
> Can anyone help with a sample quick please?

I'm assuming you are selecting a row from the dataGrid.

Try

function dgChange():Void {
// use this.selectedItem to get the data from the dataGrid
// activate the movieClip
}

dg.addEventListener("change", dgChange);

---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to