Re: [Flashcoders] Array Limit

2011-08-04 Thread Deepak Sahu
consider a vector..its faster than array. On Wed, Aug 3, 2011 at 11:37 PM, Dave Watts dwa...@figleaf.com wrote: And to get the last point var point = myarray[myarray.length -1] OK, I misread the question and didn't subtract 1 as a result. D'oh! Dave Watts, CTO, Fig Leaf Software

[Flashcoders] Am i missing something here ?

2010-07-19 Thread Deepak Sahu
Hi All, I am facing one Small issue with Tree component, tried couple of stuff but didn't worked. the label of all the nodes are not appearing, Any thought or suggestion. ?xml version=1.0? !-- dpcontrols/TreeOpenNode.mxml -- mx:Application

[Flashcoders] this['_classCongratsAnim_'+locale] not working

2010-07-15 Thread Deepak Sahu
I used to access this way in AS2.0 whats the workaround in AS3.0? Thanks a lot. Dips ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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

2010-01-17 Thread Deepak Sahu
You are trying to achieve something here function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName==Netscape)(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if

Re: [Flashcoders] AS3: for in loops with nested MCs

2009-07-24 Thread Deepak Sahu
register the click listener to top MC and make it capture phase true.. and keep checking the event.currentTarget. hope this help. On Fri, Jul 24, 2009 at 12:22 PM, Schnurgle Schnurgle schnur...@yahoo.comwrote: I'm migrating an AS2 project to AS3. I'm not sure how to approach this part of the

Re: [Flashcoders] circle menu

2009-07-13 Thread Deepak Sahu
Hi, if you are looking something(http://facecake.com/) like this, i will say explore papervision library, also there are tons of example of this on web. Thanks, Deepak On Mon, Jul 13, 2009 at 11:04 AM, Rodrigo Augusto Guerra rodr...@alumni.org.br wrote: hi fokls! my client asked me to

[Flashcoders] H264 encoding

2008-12-01 Thread Deepak Sahu
Hi All, I am working on video chat application, but i want to encode the stream to H.264. Can any one suggest me how i can do this, or what is the possible way out. i have read the articles abt Flash media encoder but seems like that is not suitable for server side encoding , I am lost ... Help

[Flashcoders] How to add meta data in image through AIR/ AS3.0?

2008-11-17 Thread Deepak Sahu
Hi All, I have to add a meta data tag in image after resizing it( Aspect ratio in my case) while uploading. Any idea how to do that ? any workaround? I have some classes by while helps me reading the EXIF tags through the images, but not getting any clue how to add something new. Thanks, Deepak

Re: [Flashcoders] How to read image meta data?

2008-11-11 Thread Deepak Sahu
Thanks, This is really helpfull. On Tue, Nov 11, 2008 at 6:24 AM, Weyert de Boer [EMAIL PROTECTED] wrote: Even better: http://code.google.com/p/exif-as3/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] How to read image meta data?

2008-11-10 Thread Deepak Sahu
Hi All, Just need some guideline for reading the image metadata. How to read EXIF, IPTC and XMF of the images through AS 3.0? Any wayout ? Thanks, Deepak Sahu ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

[Flashcoders] How can add a scroll to htmlLoader in AIR

2008-11-10 Thread Deepak Sahu
Hi All, Is it any simple way to add the scroll bar to added content through HTMLloader in AIR? Thanks, Deepak ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Re: how to read the user entry in Security.showSettings(SecurityPanel.PRIVACY)

2008-09-23 Thread Deepak Sahu
On Mon, Sep 22, 2008 at 6:20 PM, Deepak Sahu [EMAIL PROTECTED]wrote: Hi All, Starting new thread. i am using Security.showSettings(SecurityPanel.PRIVACY); so user see the remember panel in camera security dialog box,1st time but once he/she clicked on remember this should not appear, so

[Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-22 Thread Deepak Sahu
Hi All, Can any one give me brief idea about how to avoid the camera security dialog box, once user has clicked to remember check box in security dialog box. Thanks, Deepak Sahu ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-22 Thread Deepak Sahu
Hi Glen, I have gone through the link but, when i am checking Allow and Remember in the security dialog box, it should not appear in next login. How can i take care if my user re-login, he/she should not see the diallog box again as he/she had marked remember previously. Thanks, Deepak Sahu

Re: [Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-22 Thread Deepak Sahu
PROTECTED]wrote: Hi, Have you looked at the storage page on the settings - I am not 100%, but think that if you set the amount the site is allowed to store to 0 it might affect the Remember option? Also, check this with a couple of browsers too... Glen Deepak Sahu wrote: Hi

Re: [Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-22 Thread Deepak Sahu
can put a case statement for Security.showSettings(SecurityPanel.PRIVACY) Thanks once again. Deepak Sahu On Mon, Sep 22, 2008 at 4:51 PM, Glen Pike [EMAIL PROTECTED]wrote: Hi, It should just work - you don't have to call any functions as the Flash Player will handle the user clicking

[Flashcoders] how to read the user entry in Security.showSettings(SecurityPanel.PRIVACY)

2008-09-22 Thread Deepak Sahu
Hi All, Starting new thread. i am using Security.showSettings(SecurityPanel.PRIVACY); so user see the remember panel in camera security dialog box,1st time but once he/she clicked on remember this should not appear, so the question is now How to read the value from flash player what user has

[Flashcoders] getURL malfunctioning in MAC 10.4.8

2006-11-21 Thread Deepak Sahu
of OS. The current configurations are MAC OS 10.4.8 and safari browser 2.0.3. Any solution? Thanks, Deepak Sahu. -- Deepak Kumar Sahu Sr. Team Lead - Technology [EMAIL PROTECTED] www.hurix.com http://www.hurix.com/ Hurix Systems