Re: [flexcoders] VideoDisplay Object

2008-09-05 Thread Mario Falomir
Hi percy, I used its width and height property and everything resize fine... --- On Fri, 9/5/08, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: From: [p e r c e p t i c o n] [EMAIL PROTECTED] Subject: [flexcoders] VideoDisplay Object To: flexcoders@yahoogroups.com Date: Friday, September 5,

Re: [flexcoders] VideoDisplay Object

2008-09-05 Thread Mario Falomir
PercySent via BlackBerry by ATTFrom: Mario Falomir mario_falomir@ yahoo.com Date: Fri, 5 Sep 2008 12:12:40 -0700 (PDT) To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] VideoDisplay Object Hi percy, I used its width and height property and everything resize fine... --- On Fri

Re: [flexcoders] How do I move a child? from one container to another?

2008-09-05 Thread Mario Falomir
I made this example, hope it helps :) ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute     mx:states         mx:State name=moveit             mx:RemoveChild target={text1}/             mx:AddChild relativeTo={myPanel} target={text1}/        

Re: [flexcoders] How do I move a child? from one container to another?

2008-09-05 Thread Mario Falomir
the mx:State name=init/ line is pointless I forgot to remove it :) --- On Fri, 9/5/08, Mario Falomir [EMAIL PROTECTED] wrote: From: Mario Falomir [EMAIL PROTECTED] Subject: Re: [flexcoders] How do I move a child? from one container to another? To: flexcoders@yahoogroups.com Date: Friday

Re: [flexcoders] Shared Fonts Hell

2008-04-11 Thread Mario Falomir
. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mario Falomir *Sent:* Thursday, April 10, 2008 2:22 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Shared Fonts Hell Hi, Im about to commit suicide here :) and I have no hair

[flexcoders] How to keep a text font smooth when rotated

2008-04-06 Thread Mario Falomir
Hi, Im building an app. where I need to be able to rotate texts, they way Im doing it is to convert the text label to bitmap, but when I rotate the bitmap, the text seems to be a little bit distorted, when it has no rotation it looks smooth, is there any way to make it look smooth at every angle ?

[flexcoders] General Wondering :)

2008-03-25 Thread Mario Falomir
Hi, I have a question, well actually Im looking for some advice, Im developing an application and I have a singleton class called UIManager which takes care of some of the visual stuff displayed on the main UI such as texts, labels and whatnot, for instance one of the functions of this class is

Re: [flexcoders] General Wondering :)

2008-03-25 Thread Mario Falomir
I will take a look at it :) Thanks On Tue, Mar 25, 2008 at 10:50 AM, Alex Harui [EMAIL PROTECTED] wrote: Use ResourceManager? -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mario Falomir *Sent:* Tuesday, March 25, 2008 10:51

[flexcoders] AMFPHP with NetConnection or RemoteObject ?

2008-03-25 Thread Mario Falomir
Hi, which approach it is better for AMFPHP Flash Remoting, to use flash.net.NetConnection or the Flex Framework RemoteObject component? Are there any advantages/disadvatages from one over the other? Regards, Mario

Re: [flexcoders] AMFPHP with NetConnection or RemoteObject ?

2008-03-25 Thread Mario Falomir
been unsuccessful so far. Hope this helps, ~Aaron On Tue, Mar 25, 2008 at 3:17 PM, Mario Falomir [EMAIL PROTECTED] wrote: Hi, which approach it is better for AMFPHP Flash Remoting, to use flash.net.NetConnection or the Flex Framework RemoteObject component? Are there any advantages