Could you clarify where the additional data will be coming from?
Depending on the situation, you could just have your callback pull the
additional data from elsewhere, or you could possibly subclass your
event dispatcher's class and ResultEvent to handle more data - it all
depends on where the data is originating.

--- In flexcoders@yahoogroups.com, "markgoldin_2000"
<[EMAIL PROTECTED]> wrote:
>
> I am addining listeners doing this:
> addEventListener("result", httpResult)
> Is there a way of providing additional to ResultEvent parameters to a 
> function (httpResult) we are using as a callback function?
> 
> Thank for help.
>


Reply via email to