Hey Jas,
I have a "fair" idea I know what you're trying to do. See if this helps
for your change handler.

returnedDatabaseList = new Object();
returnedDatabaseList .change = function(evt) {
        myFunctionToTargetMC_SiteArrow();
};
myComboBox_cb.addEventListener("change", returnedDatabaseList );


Regards Matt

BTW - Not too sure if its related (or relevent), but I have some
comboBoxes calling data and hiding/showing images in my Flash AppLocater
play app i've been mucking around with here -
http://www.schematic.com.au/resources/


___________________________________________________ Matt Voerman Partner

RocketBoots Pty Ltd
Professional Services for Macromedia Technologies
m +61 9315 4645
f +61 2 9798 0070
[EMAIL PROTECTED]
http://www.rocketboots.com.au
___________________________________________________



Jason Davey wrote:

Hi Chris - yep done that...should I now add a ListenerObject to notify the "mc_site"? and then action the visible?

At 04:03 PM 1/07/2004, you wrote:

On Thu, 01 Jul 2004 14:37:16 +1000, Jason Davey <[EMAIL PROTECTED]> wrote:

heres how I've got it so far...
1. i set a function and variable "sites" to get records from db.
2. i loop through db and attach a movie clip from the library "mc_site" to
variable "k"
3. i use dataglue to bind the dynamic clip and the x & y db entries to set
the clips location
4. i set the dynamic text field in the "mc_site" clip to pull the data from
db table.


This all works.

Then...
5. i have 2 drop down combo boxes that populate and return details in a
text box [big word up to Andrew M!]
6. results returned in "result.items[0]"


so... I need to target the already positioned "mc_site" using the variable "sites" and then turn on the "arrow"._visible


Try using the onChanged event on the combo box to work out which object to make visible.


Chris

---
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/

*Jason Davey | Project Manager | Reading Room Sydney
*16/101 Locomotive Workshop | Australian Technology Park | Eveleigh | NSW 1430
*T:* +61 2 8374 5050 | *F:* +61 2 8374 5060 | *E:* [EMAIL PROTECTED]



*_New Address As Of Monday 5th July 2004;
_*Suite 1A Level 1 60-64 Reservoir Street | Surry Hills| NSW 2010
*T:* +61 2 9212 2160 | *F:* +61 2 9212 2209 | *E:* [EMAIL PROTECTED]


--------------------------------------------------------------------------------------

--- 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