RE: [Flashcoders] on exit/close event

2007-12-19 Thread Robert Hadsell
Putting an onPreUnload javascript function in the page's Body tag might be more reliable. As I understand it, this function was conceived to force what you want to happen to go to completion before the page is actually closed. -- Bob Hadsell Date: Wed, 12 Dec 2007 13:17:16 -0500 From: [EMAIL

Re: [Flashcoders] border styles for TextArea component

2007-05-16 Thread Robert Hadsell
John -- Your postings led me to look into this further. I found the answer in this livedocs item, Using ActionScript to draw Button skins: http://tinyurl.com/282gze You'll see from the Comments at the end that the AS code didn't seem to work. This might be because the instructions are

RE: [Flashcoders] MovieClip.loadMovie(), unloadMovie() and attachMovie()

2007-05-12 Thread Robert Hadsell
ej -- Another possible approach is to use MovieClipLoader() with createEmptyMovieClip() and loadClip() to create a child movieclip nested within a parent movieclip. I posted steps for doing this on May 1, in response to the posting dynamic image loading in mc. -- Bob Hadsell From: ej

RE: [Flashcoders] specific filter

2007-05-07 Thread Robert Hadsell
The Color Transform class that became available in Flash 8 might be a good approach for changing at least some components of a move clip (changing color and/or alpha property). -- Bob Hadsell From: Prince Zain [EMAIL PROTECTED] Reply-To: flashcoders@chattyfig.figleaf.com To: