[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 
 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: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[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 
 with the Poped up instance which is the child of system manager.
 
 2. Is the component created by System Manager always be the child 
of 
 it? I don't know because when I create a popup, I have to assgin a 
 parent to it? Doesn't this parent not really the component's parent?
 The system manager always be it's parent?
 
 --- In flexcoders@yahoogroups.com, Jeremy Lu wade.lu@ wrote:
 
  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 hastyarkxu@ wrote:
  
   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 then? (I think the z-order is useless 
because 
 other
   component is created by popup manager..)
  
   regards,
  
   Ark
  
  
  
  
  
  
  
  
  
   --
   Flexcoders Mailing List
   FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives: http://www.mail-archive.com/flexcoders%
 40yahoogroups.com
   Yahoo! Groups Links
  
  
  
  
  
  
  
 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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

2006-09-11 Thread hastyarkxu
But I think the problem is the component that should always be in 
front are not created by SystemManger. It is the grandson of 
application. How can I swap it with the SystemManager created 
component?

Thanks

Ark

--- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote:

 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,
 
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 then? (I think the z-order is useless because 
other
  component is created by popup manager..)
 
  regards,
 
  Ark
 
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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

2006-09-11 Thread hastyarkxu
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 
with the Poped up instance which is the child of system manager.

2. Is the component created by System Manager always be the child of 
it? I don't know because when I create a popup, I have to assgin a 
parent to it? Doesn't this parent not really the component's parent?
The system manager always be it's parent?

--- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote:

 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,
 
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 then? (I think the z-order is useless because 
other
  component is created by popup manager..)
 
  regards,
 
  Ark
 
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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 then? (I think the z-order is useless because other 
component is created by popup manager..)

regards,

Ark









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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 security error which means 
I can not get the frob from flickr.com

The error infor is:
'cannot load data from flickr.com/services/rest/?
api_key=0a8a284e1ab28c' 

I don't know whether this problem has some relation with the 
AUTH_ENDPOINT constant variable. As I know flickr has changed the 
auth URL to 'http://api.flickr.com/services/*'. I don't know whether 
the download AS2 library has changed that? Can anyone tell me?

if not, this a constant virable, I think I can not change it 
runtime. How can I do it? I don't want to code the flickr access 
class from the very begining:(

Thanks~






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/