[flex_india:32749] Loading swf using bytearray inside AIR

2011-01-25 Thread Ganga Ambika
Hi, We have requirement with the AIR application which loads the flex generated swf which loads the flash generated swf using SWFLoader. This is not working as desired. This gives the following error: SecurityError: Error #3226: Cannot import a SWF file when LoaderContext.allowCodeImport is false.

[flex_india:32508] Search engine using AIR

2011-01-04 Thread Ganga Ambika
Hi Folks, How to implement desktop file content search using Adobe AIR? The Search engine should be intelligent enough to search for files of following types - MS office tools like Word, Excel, PPT - PDF The another criteria is it should not use JRE. -- Thanks, Ganga -- You received t

Re: [flex_india:32177] Mouseout image change

2010-11-29 Thread Ganga Ambika
Hi Bhargav, Instead of changing the "source" value, change the image source as highlighted below. The approch you are using does not work, because "source" is embedded property.It is embedded in swf at compile time. It cannot take new values dynamically. Refer this li

Re: [flex_india:31961] Dynamically change Skin without Embed

2010-11-11 Thread Ganga Ambika
kin","trackImage"). On Fri, Oct 29, 2010 at 11:48 AM, Nasurudeen MK wrote: > Hi, > > Using setStyle("propertyName","value") method. > > On Thu, Oct 28, 2010 at 12:31 AM, Ganga Ambika wrote: > >> Hi All, >> >> How to change the Bor

[flex_india:31849] Dynamically change Skin without Embed

2010-10-28 Thread Ganga Ambika
Hi All, How to change the BorderSkin of a container dynamically without using Embed tag and CSS using flex3? Thanks, Ganga -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegroups.co

Re: [flex_india:27626] How To Access ComboBox's properties from its item renderer

2010-01-06 Thread Ganga Ambika
Use like this wrote: > my Code is like this > > > > > > > > > In itemrenderer I want to get the labelField property of the combobox > but how can I get it.. > > when I used this.parent in itemrenderer its showing some 'List

[flex_india:27177] Playing other types of video files (e.g. avi, mov, mp4) using Flex

2009-12-09 Thread Ganga Ambika
Hello everyone, How to play other types of video files (e.g. avi, mov, mp4) using Flex. The VideoDisplay component is only able to play .flv files. Is there any other options to play these video files using flex. -- Thanks, Ganga -- You received this message because you are subscribed to the

Re: [flex_india:26810] Api

2009-11-23 Thread Ganga Ambika
Are you able to post messages using this API? On Mon, Nov 23, 2009 at 1:40 PM, amutha wrote: > hi, i have done api connection of twitter with flex successfully and i > got public time line,friends time line and user time line apart from > that t can't get followers details from my account? > how

[flex_india:22911] "Add to Profile" button of facebook using Flex-facebook API

2009-06-11 Thread Ganga Ambika
Hi All, Does anyone know how to display "Add to Profile" button of facebook using flex-facebook API. Note: We have done this using php. But I need to display using flex. -- Thanks, Ganga --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:22705] Re: send drawing canvas as a snap to server

2009-06-02 Thread Ganga Ambika
There are three main steps to send the canvas as a snap to server. 1. First convert the canvas into BitmapData. For ex: var resultBitmapData:BitmapData = new BitmapData(canvas.width, canvas.height); 2. Then convert the bitmapdata using appropriate encoder(JPEGEncoder or PNGEncoder) to ByteArr

[flex_india:22525] Re: removing effect when clicking button

2009-05-26 Thread Ganga Ambika
Hi, Call the setFocus() method on the image when we click on the Button. And add the {unglowImage} effect when the focusInEffect. I have modified your code for your perusal. http://www.adobe.com/2006/mxml"; layout="vertical" verticalAlign="top" horizontalAlign="center" backgroundGradientColo

[flex_india:18022] Re: Communication between multiple swf's

2009-01-07 Thread Ganga Ambika
@HISSAM, Thanks for your quick reply. Could you please explain briefly how can I call those different methods as I am using the same swf? *Thanks, Ganga* On Wed, Jan 7, 2009 at 1:04 PM, HISSAM wrote: > give different method names > and call then accordingly one after the other they will work >

[flex_india:18000] Communication between multiple swf's

2009-01-06 Thread Ganga Ambika
Hi All, I have a HTML page, which dynamically populated with multiple instances of a single swf which serves as a MP3 player. The problem with this is : - How to allow only one swf's(MP3 player) to execute at a time. - And When I play one mp3 , the already playing mp3 should stop play

[flex_india:13481] Re: Change Color of Scrollbar

2008-09-01 Thread Ganga Ambika
t;, scaleGridTop="14",scaleGridRight="10", scaleGridBottom="25"); trackSkin: Embed(source="../assets/scrolloverlay.png", scaleGridLeft="9", scaleGridTop="14",scaleGridRight="10", scaleGridBottom="43"); } On Mon, Sep 1, 2008

[flex_india:13479] Re: Change Color of Scrollbar

2008-09-01 Thread Ganga Ambika
Venkat > > > On Sat, Aug 30, 2008 at 2:15 PM, Ganga Ambika <[EMAIL PROTECTED]>wrote: > >> Hello Everyone, >> >> How to change the color of the Scrollbar(I have changed its skin) when I >> select a color from Standard ColorPicker >> >> Note: >

[flex_india:13469] Change Color of Scrollbar

2008-08-30 Thread Ganga Ambika
Hello Everyone, How to change the color of the Scrollbar(I have changed its skin) when I select a color from Standard ColorPicker Note: I know this will work if we didn't skin the Scrollbar private function init():void { vs.setScrollProperties(300,0,310,300); vs.