[Flashcoders] How to Create a FLASH CS3 Component?

2007-09-10 Thread Enrique Chávez
Hi there, i made a lot of as2 based components in the past. Now i need to create a new one in AS3, I cant find anything in the flash's docs i only find a few sites talking about AS3 componentes. I understand, are 2 components type, a FLA based and the old SWC. i try to create a new SWC

Re: [Flashcoders] Loading xml in AS 2

2007-08-03 Thread Enrique Chávez
You have to wait for the onLoad Event class LoadXML { function LoadXML() { var xmlData:XML = new XML(); xmlData.ignoreWhite= true; xmlData.onLoad = function (success) { if(success) { trace(loaded); trace(xmlData); }

[Flashcoders] MouseEvent.DOUBLE_CLICK Bug?

2007-07-12 Thread Enrique Chávez
Hi. I am trying to use the doubleClick event, but it never trigger the handler My function is something like that private function loadIconComplete(event:Event):void { var rIcon:LoaderInfo = event.target as LoaderInfo var fIcon = rIcon.loader var iStage = lIcon.content as MovieClip

Re: [Flashcoders] MouseEvent.DOUBLE_CLICK Bug?

2007-07-12 Thread Enrique Chávez
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From:Enrique Chávez [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Date:Thursday, July 12, 2007, 9:02:06 PM Subject: [Flashcoders] MouseEvent.DOUBLE_CLICK Bug

Re: [Flashcoders] WebServices support in AS3/FLCS3

2007-07-09 Thread Enrique Chávez
Hi John. Well, great news, you know, we are working to offer a API for people who want to develop applications in the http://desktoptwo.com base, desktoptwo is full flash and we really need the Webservice Support. And i dont want use flex. =) Thanks. John Dowdell escribió: Enrique Chávez

[Flashcoders] WebServices support in AS3/FLCS3

2007-07-04 Thread Enrique Chávez
Really What happened with the webservices classes in AS3/Flash CS3? i can't believe they are gone. Anyone know something about it? -- Enrique Chavez aka Tmeister http://www.klr20mg.com http://www.tmeister.net http://desktoptwo.com ___