Re: [flexcoders] event flow / URLLoader

2006-01-18 Thread Angus Johnson
Many thanks Dirk! I've got a little closer now. I can see the jpg being fetched, the imageLoaded listener called and it looks like it is sets the myImage.dataObject property. However, flashplayer displays a broken link icon where the image should display, no errors reported.  I don't know if th

RE: [flexcoders] event flow / URLLoader

2006-01-17 Thread Dirk Eismann
__ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Angus Johnson Sent: Tuesday, January 17, 2006 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] event flow / URLLoader I am going to show off my

[flexcoders] event flow / URLLoader

2006-01-17 Thread Angus Johnson
I am going to show off my newbishness with the following question :) I have a simple application called URLLoaderTest which has an initApp() function and a couple of controls. In the initApp function I initialise a class which contains a URLLoader (slightly modified version from the livedocs).