Re: [Flashcoders] IPAD App code optimization

2013-01-11 Thread Deepanjan Das
Have a look at all possible ways of optimization: https://deepanjandas.wordpress.com/category/code-optimization/ Best Deepanjan Das On Fri, Jan 11, 2013 at 4:27 PM, Sumeet Kumar sume...@sebiz.net wrote: Hi All, I am creating a very basic IPAD app. Adobe says we need to build the app

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Deepanjan Das
to pick up android native development in java, still I have started to miss the charm of as3. But with this discussion my hopes seem to have brighten up. Thanks guys for bringing up this topic. Warm Regards Deepanjan Das Sent from my iPad On 18-Sep-2012, at 11:40 PM, Ima Newsletta

Re: [Flashcoders] ExternalInterface arguments?

2011-11-01 Thread Deepanjan Das
What kind of parameters are you passing and how are you passing? Try to pass strings and it should work. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah ||http://www.manasamarthyadata.com/ *Think of the environment before printing

Re: [Flashcoders] Convert flash animation with sound to Ipad

2011-09-21 Thread Deepanjan Das
Hi Natavi, You need to use Adobe Flash CS5 to export flash for iPad. Remember to use touch events and no mouse over and mouse outs in Ipad. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah ||http://www.manasamarthyadata.com/ *Think

Re: [Flashcoders] webcam wackiness...

2011-09-19 Thread Deepanjan Das
); } Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah ||http://www.manasamarthyadata.com/ *Think of the environment before printing this email __ * On Mon, Sep 19, 2011

Re: [Flashcoders] webcam wackiness...

2011-09-18 Thread Deepanjan Das
for the same may be due to latest OS upgrade and flash player upgrade. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah ||http://www.manasamarthyadata.com/ *Think of the environment before printing this email

Re: [Flashcoders] Flash Opportunity

2011-05-06 Thread Deepanjan Das
Hi, Is remote development allowed for this requirement. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah ||http://www.manasamarthyadata.com/ *Think of the environment before printing this email

Re: [Flashcoders] Why doesn't this work addChild() removeChild()

2011-04-22 Thread Deepanjan Das
Hi Steve, This is because of timing. You are trying to remove an object which has not completed its addChild actions. Hence its not getting the instance when removing. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah ||http

Re: [Flashcoders] in AS2, what is the correct way to update a DataGrid's dataProvider

2011-04-21 Thread Deepanjan Das
already selected might not be in the list. I guess, this will be faster and optimized based on sorting procedures as well. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah ||http://www.manasamarthyadata.com/ *Think of the environment

Re: [Flashcoders] How to access MovieClip declared in one function in an event listener

2011-04-21 Thread Deepanjan Das
Steve, You can also track by using event.currentTarget, like this: function DoSomething(e:MouseEvent):void{ trace((event.currentTarget).TextField.text); } -- Greetings! Hope this message of mine finds you in best of health and spirits. On Fri, Apr 22, 2011 at 10:05 AM, Steve

Re: [Flashcoders] from AS2 to AS3

2011-01-13 Thread Deepanjan Das
You may try using getChildByName(instance name); also. var mc:MovieClip=_items.getChildByName(item2); -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah || *Think of the environment before printing this email * On Thu, Jan 13

Re: [Flashcoders] from AS2 to AS3

2011-01-13 Thread Deepanjan Das
Hi, Is the item2 placed on first frame in item1? Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com On Thu, Jan 13, 2011 at 9:15 PM, natalia Vikhtinskaya natavi.m...@gmail.com wrote: It is still null 2011/1/13 Deepanjan Das deepanjan@gmail.com: You may try using

Re: [Flashcoders] from AS2 to AS3

2011-01-13 Thread Deepanjan Das
I mean item2 placed in first frame of _item? DD On Thu, Jan 13, 2011 at 9:18 PM, Deepanjan Das deepanjan@gmail.comwrote: Hi, Is the item2 placed on first frame in item1? Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com On Thu, Jan 13, 2011 at 9:15 PM, natalia

Re: [Flashcoders] from AS2 to AS3

2011-01-13 Thread Deepanjan Das
Thats why you are getting a null value as the time when the script is executing, the frame 2 of _item is not available. For this you need to execute the script once you are sure the fame 2 of _item has loaded. Warm Regards Deepanjan Das On Thu, Jan 13, 2011 at 9:24 PM, natalia Vikhtinskaya

Re: [Flashcoders] from AS2 to AS3

2011-01-13 Thread Deepanjan Das
, onEnterFrameHandler ); //do your code here } } -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah || *Think of the environment before printing this email* On Thu, Jan 13, 2011 at 10:05 PM, natalia Vikhtinskaya

Re: [Flashcoders] E4X filtered statement returns null

2010-11-17 Thread Deepanjan Das
Did you try this: var topic:XML = topicData[0]; // gets the below xml, came from an xmllist var wording:String = Presentation; var assets:XMLList = topicData[0]..asset; trace(assets.(@title == wording)); -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata

Re: [Flashcoders] Calling a Static Function

2010-11-09 Thread Deepanjan Das
. Static methods mean you can directly call those APIs without creating an instance. So just call AssetLibrary.initAssets() provided you have a AssetLibrary.as imported. -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah || *Think

Re: [Flashcoders] FLV audio doesn't stop

2010-09-30 Thread Deepanjan Das
(); //TraceDebug.print(NET_STREAM ON RESET : + this.video.getVideoPlayer(0).netStream); } } } Hope this helps. -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah || *Think of the environment before printing this email* On Thu, Sep 30

Re: [Flashcoders] FLV audio doesn't stop

2010-09-30 Thread Deepanjan Das
Hi Jason, Try to close the stream after stopping the playpack. Cheers Deepanjan Das On Fri, Oct 1, 2010 at 8:14 AM, Deepanjan Das deepanjan@gmail.comwrote: Hello Jason, I am using this to clear the FLVPlayback: I have added the FLVPlayback component through code doing an addChild

Re: [Flashcoders] FLV audio doesn't stop

2010-09-30 Thread Deepanjan Das
try setting the playback component to null on deletion. -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah || *Think of the environment before printing this email* On Fri, Oct 1, 2010 at 8:33 AM, Merrill, Jason jason.merr

Re: [Flashcoders] FLV audio doesn't stop

2010-09-29 Thread Deepanjan Das
Hi Jason, How are you removing the video? Are you closing the NetStream and setting it to null for performance, please check. In my case that solved this problem as far as I remember. -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah

Re: [Flashcoders] FLV audio doesn't stop

2010-09-29 Thread Deepanjan Das
Hi, I am also using the FLVPlayback Component, but accessed the NetStream from the component to close it: this.video.getVideoPlayer(0).close(); this.video.getVideoPlayer(0).netStream.close(); -- Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri

Re: [Flashcoders] Create your own t-shirt

2010-08-04 Thread Deepanjan Das
Hi, Learn more on Adobe Scene 7. This might help you. Warm Regards Deepanjan Das http://deepanjandas.wordpress.com/ On Wed, Aug 4, 2010 at 7:56 PM, Karl DeSaulniers k...@designdrumm.comwrote: Well, I did say I'd purchase it. But I hear your point. I know how to do all those things, but needed

Re: [Flashcoders] Create your own t-shirt

2010-08-04 Thread Deepanjan Das
But Guys, I appreciate all of your suggestions, but I guess none of them will allows blennding of text or image on your wrinkled t-shirt. Thats what is there in the demo shown. Cheers Deepanjan Das http://deepanjandas.wordpress.com/ On Thu, Aug 5, 2010 at 5:50 AM, Mike Duguid mike.dug

Re: [Flashcoders] Flex not playing in browser

2010-07-29 Thread Deepanjan Das
Do you have the appropriate flash player installed for your browser? Warm Regards Deepanjan Das http://deepanjandas.wordpress.com/ On Thu, Jul 29, 2010 at 6:38 PM, Lehr, Theodore ted_l...@federal.dell.comwrote: I am working on my first flex file - just a simple thing displaying a few

Re: [Flashcoders] Flex not playing in browser

2010-07-29 Thread Deepanjan Das
So, can you share the embed code Cheers Deepanjan Das On Thu, Jul 29, 2010 at 8:18 PM, Lehr, Theodore ted_l...@federal.dell.comwrote: yeah - it is the same version as when I load the swf straight into the player From: Deepanjan Das [deepanjan

Re: [Flashcoders] AIR flv encoder

2010-07-20 Thread Deepanjan Das
Hi, You may find it in this blog - http://www.joristimmerman.be/ -- Warm Regards Deepanjan Das M: +91 9836582808 W: http://deepanjandas.wordpress.com Think of the environment before printing this email On Tue, Jul 20, 2010 at 8:52 PM, David Hunter davehunte...@hotmail.comwrote: Hi List

Re: [Flashcoders] Help with addChild

2010-07-15 Thread Deepanjan Das
{ removeEventListener(Event.ADDED_TO_STAGE, onAddedToStage); addChild(...); } Hope this helps. Warm Regards Deepanjan Das M: +91 9836582808 W: http://deepanjandas.wordpress.com Think of the environment before printing this email On Fri, Jul 16, 2010 at 8:26 AM, J.C. Berry jcharlesbe...@gmail.com

Re: [Flashcoders] Error in displaying Hindi Text

2010-06-17 Thread Deepanjan Das
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Warm Regards Deepanjan Das M: +91 9836582808 W: http://deepanjandas.wordpress.com Think of the environment before printing this email

Re: [Flashcoders] contextMenu getting overridden

2010-06-17 Thread Deepanjan Das
Hi Michael, This may be a problem of symbol hierarchy in Adobe CS 3 onwards, Warm Regards Deepanjan Das On Fri, Jun 18, 2010 at 1:13 AM, Mendelsohn, Michael michael.mendels...@fmglobal.com wrote: Hi list... I have a parent sprite with a custom contextMenu defined for it, and within

Re: [Flashcoders] Funny, Code Worked Before...

2010-05-27 Thread Deepanjan Das
that has set the allowScriptAccess to none, or to sameDomain when the domains of the HTML file and the SWF file do not match. Check all of these Cheers Deepanjan Das On Thu, May 27, 2010 at 8:38 PM, John Singleton johnsingleton...@yahoo.comwrote: From: Deepanjan Das deepanjan@gmail.com

Re: [Flashcoders] Error 1009

2010-02-24 Thread Deepanjan Das
Hi Victor, Did u trace within Preloader Class? DD On Wed, Feb 24, 2010 at 7:48 PM, Victor Subervi victorsube...@gmail.comwrote: On Tue, Feb 23, 2010 at 11:02 PM, Deepanjan Das deepanjan@gmail.comwrote: Hey, I have not seen your debugger error. So how do I debug? I downloaded what I

Re: [Flashcoders] Error 1009

2010-02-24 Thread Deepanjan Das
, 2010 at 10:22 AM, Deepanjan Das deepanjan@gmail.comwrote: Hi Victor, Did u trace within Preloader Class? yes. V -- Warm Regards Deepanjan Das M: +91 9836582808 Think of the environment before printing this email ___ Flashcoders mailing

Re: [Flashcoders] Error 1009

2010-02-23 Thread Deepanjan Das
Hey, I have not seen your debugger error. but I feel its the stage that is getting null value. Please trace stage to find out. Let me know. Cheers Deepanjan Das On Tue, Feb 23, 2010 at 11:45 PM, Victor Subervi victorsube...@gmail.comwrote: On Tue, Feb 23, 2010 at 12:04 PM, Glen Pike g

Re: [Flashcoders] Strange problem with a Flash animation.

2010-01-17 Thread Deepanjan Das
Hi, This seems to be a javascript issue and nothing to do with flash. I think the flash is getting reloaded again and again and causing it to flicker. Cheers Deepanjan Das On Mon, Jan 18, 2010 at 12:42 AM, Juan Alberto V. acctoujo...@gmail.comwrote: Hi to all!, I have a strange problem

Re: [Flashcoders] Holiday cards

2009-07-15 Thread Deepanjan Das
Hi, Check this out http://purplecookies.com/cc_holidays.aspx This is a kids version. Cheers Deepanjan Das On Wed, Jul 15, 2009 at 7:08 PM, Mendelsohn, Michael michael.mendels...@fmglobal.com wrote: Hi list... Anyone know of any really superb examples of corporate holiday greeting cards

Re: [Flashcoders] Job offer in Berlin (ActionScript)

2008-06-12 Thread Deepanjan Das
Hi Abe, I am a flash and Flex developer. I would like to know more about this opportunity. Can you please mail me the details at [EMAIL PROTECTED] Thank you for your time. Regards Deepanjan Das On Thu, Jun 12, 2008 at 12:21 PM, Jiri Heitlager [EMAIL PROTECTED] wrote: He Abe, I am a Dutch

Re: [Flashcoders] Flash 8, AS 2.0. I want to use symbols from child movie in parent movie. Possible?

2008-01-29 Thread Deepanjan Das
it Now you can use those symbols in main movie. Hope this helps Deepanjan Das On Jan 29, 2008 10:03 PM, Donald Trump [EMAIL PROTECTED] wrote: Hey! Suppose I load an SWF that contains symbols inside the main movie. Let it be smiles for chat application - smiles.swf. Then I want

[Flashcoders] Zoom size restriction in flash

2008-01-28 Thread Deepanjan Das
Hi everyone, Can anyone tell me the image zoom max limit in flash, after which there is a memory overflow and the image cannot be seen. Thank you Best Deepanjan Das ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http