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  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
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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.



http://www.adobe.com/2006/mxml";>














 




 







Thanks,
Deepak
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);


Please revisit this function in your HTML page .. hope this will help you.

On Sun, Jan 17, 2010 at 2:12 PM, Juan Alberto V. wrote:

> Hi to all!,
> I have a strange problem with a flash embedded in a frame container.
> In Firefox, the URL::
> http://www.paginasamarillas.com.ar/externalUrl.jsp?url=HTTP://WWW.LEOCARONLINE.COM/&id=706289110178771
> is working very well, but when I open the same URL in IExplorer, the flash
> is blinking all the time.
> And HTTP://WWW.LEOCARONLINE.COM is working good in IExplorer and Firefox.
>
> does anyone know why i have this behavior?
>
> Thanks,
> Juan.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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
wrote:

> I'm migrating an AS2 project to AS3. I'm not sure how to approach this part
> of the migration. I have a  MovieClip called "us_states_mc". It contains 50
> MovieClips, one of each US state.  "us_states_mc"  has this code inside it:
>
> for (var item in this)
> {
>this[item].id = item.toString();
>this[item].onRelease = function ()
>{
>_root.zoomToState(this.id);
>};
> };
>
> How can I recreate this functionality in AS3?
>
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 change a menu in his site. the new menu has to:
>
> - load X images from a XML and display it in some sort of path (circle)
> - once you rollover the image should get bigger, if rollout it should go
> back to the previous scale (keeping the original position in the circle
> path).
> - the images should not overlap others
> - if you add more images the menu should re-arrange them to fit all
> together.
>
> my problems:
> - math envolved to put the loaded images in the "circle" path
> - math to re-arrange the items as new items are added to xml
> - they need some detection to prevent the images from overlapping when
> loaded or when scaling
>
> any ideas/examples/url's that could help me with this?
> thanks,
> rodrigo.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 me out!

Thanks,
Deepak
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 Sahu
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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] 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/mailman/listinfo/flashcoders


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

2008-09-22 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 the question is now "How to read the value from flash player what user
> has done last time in secuity panel" so i can put a case statement for
> "Security.showSettings(SecurityPanel.PRIVACY)"
>
> Any help is great appreciated.
> Thanks,
> Deepak
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 done last time in secuity panel" so i can put a case statement for
"Security.showSettings(SecurityPanel.PRIVACY)"

Any help is great appreciated.
Thanks,
Deepak
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2008-09-22 Thread Deepak Sahu
Hi Glen,

Thanks for the input,

However i am using Security.showSettings(SecurityPanel.PRIVACY); so user see
the remember panel 1st time but once he/she clichked on remember this should
not appear,

so the question is now "How to read the value from flash player what user
has done last time" so i 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 Remember and whether they gave
> permission or not for the camera or microphone to be used.
>
>   If you call Camera.get() in AS2 or |getCamera() |in AS3 I guess FP checks
> to see if permission has been given and remembered, then behaves
> accordingly.
>
>   I used a camera in an app a couple of weeks ago and only had to click
> "Remember" once and I have not see the dialog since - I did not have to
> write any extra code.
>
>   Glen
>
>
> Deepak Sahu wrote:
>
>> I dont think the storage is going to help me in this case, have you ever
>> tried the youtube upload, even in that if u say remember once in camera
>> dialog box, its not going to ask you ever.
>>
>> let me know if you all have any idea how to archive this ?
>>
>> On Mon, Sep 22, 2008 at 4:11 PM, Glen Pike <[EMAIL 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 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
>>>>
>>>> On Mon, Sep 22, 2008 at 3:25 PM, Glen Pike <[EMAIL PROTECTED]
>>>>
>>>>
>>>>> wrote:
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>> http://www.macromedia.com/support/documentation/en/flashplayer/help/help09.html#117739
>>>>>
>>>>> Deepak Sahu wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>> 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://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> --
>>>>>
>>>>> Glen Pike
>>>>> 01326 218440
>>>>> www.glenpike.co.uk <http://www.glenpike.co.uk>
>>>>>
>>>>> ___
>>>>> Flashcoders mailing list
>>>>> Flashcoders@chattyfig.figleaf.com
>>>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>> ___
>>>> Flashcoders mailing list
>>>> Flashcoders@chattyfig.figleaf.com
>>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>> --
>>>
>>> Glen Pike
>>> 01326 218440
>>> www.glenpike.co.uk <http://www.glenpike.co.uk>
>>>
>>> ___
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>>
>>>
>> ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>
>>
>
> --
>
> Glen Pike
> 01326 218440
> www.glenpike.co.uk <http://www.glenpike.co.uk>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2008-09-22 Thread Deepak Sahu
I dont think the storage is going to help me in this case, have you ever
tried the youtube upload, even in that if u say remember once in camera
dialog box, its not going to ask you ever.

let me know if you all have any idea how to archive this ?

On Mon, Sep 22, 2008 at 4:11 PM, Glen Pike <[EMAIL 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 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
>>
>> On Mon, Sep 22, 2008 at 3:25 PM, Glen Pike <[EMAIL PROTECTED]
>> >wrote:
>>
>>
>>
>>>
>>> http://www.macromedia.com/support/documentation/en/flashplayer/help/help09.html#117739
>>>
>>> Deepak Sahu wrote:
>>>
>>>
>>>
>>>> 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://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>> --
>>>
>>> Glen Pike
>>> 01326 218440
>>> www.glenpike.co.uk <http://www.glenpike.co.uk>
>>>
>>> ___
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>>
>>>
>> ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>
>>
>
> --
>
> Glen Pike
> 01326 218440
> www.glenpike.co.uk <http://www.glenpike.co.uk>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

On Mon, Sep 22, 2008 at 3:25 PM, Glen Pike <[EMAIL PROTECTED]>wrote:

>
> http://www.macromedia.com/support/documentation/en/flashplayer/help/help09.html#117739
>
> Deepak Sahu wrote:
>
>> 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://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>
>>
>
> --
>
> Glen Pike
> 01326 218440
> www.glenpike.co.uk <http://www.glenpike.co.uk>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] getURL malfunctioning in MAC 10.4.8

2006-11-21 Thread Deepak Sahu
Hi Guys,

 

I had created one application years back and it was working fine till date,
but now with new version of MAC OS 10.4.8 when I am calling getURL("some
html","some frame") from flash its getting open in new window instead of
opening in the frame.

 

However its work fine with older version 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 Private Limited 
3rd Floor, Simran Centre,

30/H, Parsi Panchayat Road, 
Andheri(East), Mumbai - 400 069. 
Tel: +91-22-5677 4888 / 5692 3888

Fax: +91-22-5677 4899

 

Hurix Worldwide <http://www.hurix.com/contactus.html> 

 

 



---
Hurix Mumbai telephone numbers have changed. New numbers are:

Mumbai 1: Simran Center -+91 22 6677 4888

Mumbai 2: Solitiare Center - +91 22 6709 6888
===
***Disclaimer***


This email, and any attachments ("this email"), is confidential. If you are not 
the addressee
please tell the sender immediately, and destroy this email without using, 
sending or storing
it. Any opinions, express or implied, in this email, are those of the sender, 
and are not
necessarily approved by Hurix Systems. Except as expressly stated, this e-mail 
should not be
regarded as an offer, solicitation, recommendation or agreement to buy or sell 
products or
services, or to enter into any contract. E-mail transmissions are not secure 
and may suffer
errors, viruses, delay, interception and amendment. Hurix Systems does not 
accept liability
for damage caused by any of the foregoing.

HURIX SYSTEMS MAY MONITOR ALL INCOMING AND OUTGOING MAILS

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com