[flexcoders] TextInput as item renderer for ComboBox

2008-07-07 Thread chandruflex
How is mx.controls.TextInput control used as an item renderer for mx.controls.ComboBox control?

[flexcoders] Streaming media files over RTSP

2009-03-02 Thread chandruflex
Hi, I have a requirement to stream video files over the RTSP (Real Time Streaming Protocol), and display in the VideoDisplay component in Flex. Is the RTSP supported in Flex? - Chandru

[flexcoders] Passing parameter to swf

2009-03-02 Thread chandruflex
Hi, I have a requirement where I have to send a String value as a parameter to a swf (created from Flash). If this is possible, can anybody let me know how this can be done? Example Usage: I want an animated button like thing in Flex. I would be given an swf file created in Flash, which looks

[flexcoders] Tile container scroll effect

2009-03-10 Thread chandruflex
I have images displayed in a Tile container. I want to implement a page-wise scrolling effect on this container. If this is possible, how is it done? For example, if 10 images are viewable for a given height and width of the Tile container, the scrolling effect should be such that, the next set

[flexcoders] Easing Effect when scrolled

2009-03-13 Thread chandruflex
Hi, Is it possible to apply an easing effect when an arrow button in the ScrollBar of a container is clicked?

[flexcoders] LinkButton themeColor

2009-05-07 Thread chandruflex
Is it possible to remove the themeColor style of a LinkButton?

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread chandruflex
in is to set the buttonMode property to true, the textDecoration style to underline, and the color style to #FF. Thank you Tom. --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Thursday 07 May 2009, chandruflex wrote: Is it possible to remove the themeColor

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread chandruflex
Thank you for the link, Valdhor. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Why not just use the Hyperlink component from jabbypanda? http://www.jabbypanda.com/blog/?p=28 --- In flexcoders@yahoogroups.com, chandruflex chandruflex@ wrote: I am trying

[flexcoders] Re: LinkButton themeColor

2009-05-07 Thread chandruflex
, chandruflex chandruflex@ wrote: I am trying to implement a HTML a tag like thing using the LinkButton. When I move my mouse-cursor over the LinkButton, I see a Blue colored rectangle. This is the value of the themeColor style of a LinkButton. Setting the themeColor to a value

[flexcoders] Label a Button just like Flex Builder helps

2009-06-12 Thread chandruflex
In my application, I have a Button. I want to double-click this Button, and edit its label, just like we do in Flex Builder. To do this, I have a double-click event-handler for my Button. In this event-handler, I have written code to create a TextInput control (in ActionScript). I have

[flexcoders] Re: Label a Button just like Flex Builder helps

2009-06-12 Thread chandruflex
. --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan hsivaramakrish...@... wrote: just curious, why can't you use removeChildAt()? On Fri, Jun 12, 2009 at 11:58 AM, chandruflex chandruf...@... wrote: In my application, I have a Button. I want to double-click this Button, and edit

[flexcoders] Re: Label a Button just like Flex Builder helps

2009-06-14 Thread chandruflex
On Fri, Jun 12, 2009 at 6:06 PM, chandruflex chandruf...@... wrote: Ok, I can use removeChildAt() for the question that I have asked. Actually I had to think about the next step. In my application, I will have a lot of other components (both statically and dynamically created). One

[flexcoders] SWFLoader problem

2009-11-02 Thread chandruflex
In my application, I have a SWFLoader component, placed inside a Canvas container. I load a swf into the SWFLoader, dynamically. The problem is, when the swf file is loading, the display seems to be larger than the size of the enclosing Canvas container. But, after the swf has loaded

[flexcoders] Re: SWFLoader problem

2009-11-03 Thread chandruflex
...@yahoogroups.com] On Behalf Of chandruflex Sent: Monday, November 02, 2009 4:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] SWFLoader problem In my application, I have a SWFLoader component, placed inside a Canvas container. I load a swf into the SWFLoader, dynamically. The problem

[flexcoders] Re: SWFLoader problem

2009-11-03 Thread chandruflex
] On Behalf Of chandruflex Sent: Monday, November 02, 2009 4:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] SWFLoader problem In my application, I have a SWFLoader component, placed inside a Canvas container. I load a swf into the SWFLoader, dynamically. The problem

[flexcoders] Re: SWFLoader problem

2009-11-10 Thread chandruflex
to it, you can rewind it before making it visible. From: flexcoders@yahoogroups.com [flexcod...@yahoogroups.com] On Behalf Of chandruflex [chandruf...@...] Sent: Tuesday, November 03, 2009 5:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWFLoader

[flexcoders] Streaming videos

2010-02-22 Thread chandruflex
Hi, I am using Amazon CloudFront that uses Adobe Flash Media Server to stream flv files. In my Flex Application, I am using the VideoDisplay component. This component has a autoBandWidthDetection property. The documentation says that, if I set this property to a value of true, I have to write

[flexcoders] Re: Streaming videos

2010-02-28 Thread chandruflex
. Amazon support there in built streaming and does not provide any faciliity of FMS server. Thanks Regards, Pravin Uttarwar | Perennial Systems pravin.uttar...@... | Cell: +91 9371288080 | Tel: +91 (020) 2421 1286 Ext:2007 On 23 February 2010 11:57, chandruflex chandruf...@... wrote

[flexcoders] TextInput textAlign

2010-03-23 Thread chandruflex
I am using Flex 3. Is it possible to align the text in the TextInput control to be vertically centered?

[flexcoders] SWFLoader - Loading swf files that have sound

2010-06-14 Thread chandruflex
Hi, I am using Flex sdk 3.0. In an example I am trying out, I have a SWFLoader and 2 Buttons. When the first Button is clicked, I am loading the SWFLoader with a swf file (that has sound). When the second Button is clicked, I am loading the SWFLoader with a different swf file (that has sound

[flexcoders] Re: SWFLoader - Loading swf files that have sound

2010-06-14 Thread chandruflex
pravin.uttar...@... | Cell: +91 9371288080 | Tel: +91 (020) 2421 1286 Ext:2007 On 14 June 2010 12:00, chandruflex chandruf...@... wrote: Hi, I am using Flex sdk 3.0. In an example I am trying out, I have a SWFLoader and 2 Buttons. When the first Button is clicked, I am loading

[flexcoders] Application preloader background

2010-08-02 Thread chandruflex
I see that when the application preloader appears while the application is loading, the background color of the page is a gray color. How do I change this gray color? I am using Adobe Flash Player 10. Thanks, Kumar