Re: [Flashcoders] Re: Re: Passing text between SWFs

2008-10-27 Thread dr.ache
Hi Alan. The missing thing is you must let RTE2124BuserName (one of the most horrible class names I have seen so far :-) ) extend MovieClip. Therefore you have to import the movieclip class How this is accomplished you can see in the text. The errormessage tells you that you linked one of the

Re: [Flashcoders] Re: Re: Passing text between SWFs

2008-10-27 Thread Paul Andrews
- Original Message - From: "Alan Neilsen" <[EMAIL PROTECTED]> To: Sent: Monday, October 27, 2008 10:13 PM Subject: [Flashcoders] Re: Re: Passing text between SWFs Thanks for all your help dr.ache. I think I am very close now. I still get a number of errors, but I thin

[Flashcoders] Re: Re: Passing text between SWFs

2008-10-27 Thread Alan Neilsen
Thanks for all your help dr.ache. I think I am very close now. I still get a number of errors, but I think the underlying problem is this one: 5000: The class 'RTE2124BuserName' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type. What is that trying to te

Re: [Flashcoders] Re: Re: Passing text between SWFs

2008-10-23 Thread dr.ache
Alan Neilsen schrieb: Thanks dr.ache I still can't get this to work. Whatever is wrong, it doesn't like the line "public function completeHandler(event:Event) {". ok, lets go trough this: package { // Import stuff import flash.events.addEventListener; what should that

[Flashcoders] Re: Re: Passing text between SWFs

2008-10-23 Thread Alan Neilsen
Thanks dr.ache I still can't get this to work. Whatever is wrong, it doesn't like the line "public function completeHandler(event:Event) {". I get "Type was not found or was not a compile-time constant: Event" I tried adding "import flash.events.Event", but then I get several various err