Re: [Flashcoders] Border color change of UILoader

2008-02-29 Thread anuj sharma
Hi Kenneth Thanks for reply. When i am trying to use ocusRectSkin it is giving me error. Can yo please provide some sample code which helps me to implement it. Appreciate ur help Anuj On Fri, Feb 29, 2008 at 2:33 AM, Kenneth Kawamoto [EMAIL PROTECTED] wrote: Can you set the focusRectSkin style?

Re: [Flashcoders] Border color change of UILoader

2008-02-29 Thread Kenneth Kawamoto
Scrap focusRectSkin :) You can just add a border Sprite to the UILoader and toggle its alpha on mouse up/down. A quick example: public class Main extends Sprite { public function Main():void { var ldr:UILoader = new UILoader(); with(ldr){

[Flashcoders] Border color change of UILoader

2008-02-28 Thread anuj sharma
Hi Does anyone now how to change the border color of the UILoader component when user clicks on that. I have put UILoader in the sprite container and i need to implement that if user selects that UILoader its border color will be changed (to red may be). Please help me out . Here's the my dummy