hi susan. you can paste this directly into a new FLA and it should work. it works for me: http://pastebin.org/111702 i've passed it two parameters one for the actual url to navigate to and one without the "http://..." junk for display in the textfield. but you could add or remove the "http..." stuff at different parts of the process if you only wanted to pass it one parameter but you might into problems later down the line with urls that use "www" and urls that don't let alone what is appended to the back ".com",".co.uk",".biz",".info" etc. i don't know where you are getting the urls from but if you are storing them in an array then you could just pass a number and grab the value from the array. you can always add extra parameters for x and y or any other attributes. there are many ways to skin a cat. hope i've helped, david
> Date: Sat, 13 Mar 2010 09:36:18 -0400 > Subject: Re: [Flashcoders] Passing Call To Child > From: [email protected] > To: [email protected] > > On Sat, Mar 13, 2010 at 6:20 AM, David Benman <[email protected]> wrote: > > > I found this script which shows the mouse event propagation in a movie: > > > > http://www.bigspaceship.com/blog/labs/snaring-mouseenabled/ > > > > It has really helped me determine when I think events are going astray. > > > I'm studying your tutorials and thank you. However, I don't think they apply > to this *particular* situation (they certainly will have many applications > in the future), because tracing, as Anthony Pace suggested, the name > property of target and currentTarget yields the same result, as I expected, > because, if I understand correctly, in this case the object to which I > applied the eventListener is the same as the one that triggered the event, > since the eventListener is within the fn that defines the actions, variables > and properties. In other words, I'm no further ahead in answering my > question :( > TIA, > Susan > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _________________________________________________________________ Do you have a story that started on Hotmail? Tell us now http://clk.atdmt.com/UKM/go/195013117/direct/01/_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

