Skip to main content
Participating Frequently
October 21, 2011
Question

How to access onActivityResult() in nativeExtension Activity??

  • October 21, 2011
  • 2 replies
  • 1474 views

hi.. I want to access method in native extension activity..

I call startActivityForResult() method for execute other activity..

but it can't receive return value..

because startActivityForResult method is called in activity..

how to get result in native extension??

is it impossible??

This topic has been closed for replies.

2 replies

Participant
December 21, 2011

Hi, I have the same issue, have you managed to solve it?

Thanks,

Domenico

Participating Frequently
October 25, 2011

Hi,

Can you store the result in child activity with other mechanisms (e.g. shared singleton object) instead of setResult as a workaround for this issue?

Thanks,

Jian

Adobe Flash Runtime team

cbigbAuthor
Participating Frequently
November 25, 2011

hi, zjian..

thank you for answer..

according to your anwer, extension activity can create child activity..

is it possible??

i heard, it is impossible that create child activity in extension..

if possible, could you provide the sample code??