[flexcoders] Re: Anybody use the AS3 downloaded from labs.adobe.com?

2006-09-13 Thread hastyarkxu
Sorry, I didn't express myself clearly. This package is for Flickr Service API. Used to read,adddelete photos in website: www.flickr.com --- In flexcoders@yahoogroups.com, hastyarkxu [EMAIL PROTECTED] wrote: Hi all, I just found that there is no 'comments' related methods and classes

[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-13 Thread hastyarkxu
Anybody knows it. I am suffered... --- In flexcoders@yahoogroups.com, hastyarkxu [EMAIL PROTECTED] wrote: Hi, But I have two thing that not very clear: 1. The component that always on top are not created by SystemManger, it is the grandson of application, how can I swap this instance

[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-11 Thread hastyarkxu
: PopUpManager create pop-ups via SystemManager, which had a children list, and all DisplayObjectContainer( like SystemManager) has a setChildIndex() method to let you swap each child's depth, that's where you can start to implement. On 9/11/06, hastyarkxu [EMAIL PROTECTED] wrote: Hi

[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-11 Thread hastyarkxu
-ups via SystemManager, which had a children list, and all DisplayObjectContainer( like SystemManager) has a setChildIndex() method to let you swap each child's depth, that's where you can start to implement. On 9/11/06, hastyarkxu [EMAIL PROTECTED] wrote: Hi, I want to keep

[flexcoders] Anybody use the AS3 downloaded from labs.adobe.com?

2006-09-11 Thread hastyarkxu
Hi all, I just found that there is no 'comments' related methods and classes exist in that package. Does someone meet the same problem? Ark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How can I keep one component in front of all other components?

2006-09-10 Thread hastyarkxu
Hi, I want to keep one component always in front. It looks like the 'task bar' in windows. no matter how many windows you opened, task bar is always on top of all the windows. I want to keep it in front even the other components are poped up by the popup manager. What should I do

[flexcoders] securityError:Security sandbox violation with flickr.com

2006-08-30 Thread hastyarkxu
I met a very strainge security problem. When I do the user authentication, I use the operation 'getFrob' which AS3 library downloaded from the labs.adobe.com to get the permission from flickr.com. I test it in my local PC, it's OK. But after I uploaded to the web server and test, there is the