Re: [Flashcoders] XML diff

2006-06-10 Thread Julius - XK
Doesn't the browser cache images? I've never had a problem with performance reloading anything. Have you tried just letting it all reload? Another thing you could do is just check to see if the path is the same as the previous, if it is then skip loading a new image.. - Original

Re: [Flashcoders] SharedObject path?

2006-06-04 Thread Julius - XK
look at System.exactSettings Setting this to true will cause the player to use the full domain. So say if someone went to your site and used www.yoursite.com to get there, that's the directory it will use. Then if someone else used yoursite.com, it would use yoursite.com as the path. This

Re: [Flashcoders] textArea background colour

2006-03-08 Thread Julius - XK
textAreaGuy.borderStyle = none; //should do the trick.. textAreaGuy.border_mc._visible = false; //should do the trick for the backgroundColor fill.. Hope this helps ya :) - Original Message - From: Simon Lord [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] getting the name of an object

2006-01-23 Thread Julius - XK
Is this what your looking for? It has it's limitations, would be nice if there was a myObj.toString() == myObj.. Or something along those lines :) var myObj:Object = new Object; var s:String = ; s = getMyObjectName(myObj); trace(s); this[s].anyName = text; trace(myObj.anyName); function

Re: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea?

2006-01-17 Thread Julius - XK
Of Julius - XK Sent: Tuesday, January 17, 2006 4:45 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea? Why not just strip out tags ya don't need? Using regex strip out all font* and /font and/or the b/b and i/i stuff.. When I first

Re: [Flashcoders] UIScrollbar bug?

2005-11-14 Thread Julius - XK
File - Import - open external library C:\Program Files\Macromedia\Flash MX 2004\en\Configuration\ComponentFLA\StandardComponents.fla Drag the UIScrollbar from the external libray into your library. Delete the old scrollbar and use the one from the external library :) - Original

Re: [Flashcoders] UIScrollbar bug?

2005-11-14 Thread Julius - XK
anywhere or if it is then so well hidden. Many thanks Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Julius - XK Sent: 14 November 2005 12:42 To: Flashcoders mailing list Subject: Re: [Flashcoders] UIScrollbar bug? File - Import - open external library C