Page 2 of 2

Posted: Mon Feb 09, 2009 3:12 pm
by Softanics
Suppose, flashCtl_OnGetBindInfo will be called before (it seems I can achieve it) any other handlers (OnLoadExternalResource etc.), it would resolve the issue?

It seems, yes. When flashCtl_OnGetBindInfo is called, you store the method, GET or POST. Then, when OnLoadExternalResource will be called, you know request type.

Thank you.

Posted: Wed Feb 11, 2009 8:31 am
by fder
Yes, if I get the flashCtl_OnGetBindInfo AND the OnSendData before I get the OnLoadExternalResource, then this issue will be resolved. I need the method (POST or GET) and the POST data.

Can this be achieved with f_in_box.dll 3.3.1.0 and f_in_box__lib.dll 3.1.3.0 ?

Thanks

Posted: Thu Feb 12, 2009 10:52 am
by Softanics
fder wrote:Yes, if I get the flashCtl_OnGetBindInfo AND the OnSendData before I get the OnLoadExternalResource, then this issue will be resolved. I need the method (POST or GET) and the POST data.


I think, flashCtl_OnGetBindInfo is enough.

You get flashCtl_OnGetBindInfo, save the method, GET or POST, then OnLoadExternalResource is called and you already know the method. Right?

Thank you.

Posted: Thu Feb 12, 2009 10:55 am
by Softanics
My mistake...

I will create a build, please check it.

Thank you.

Posted: Thu Feb 12, 2009 3:31 pm
by Softanics
I've uploaded the build:
http://f-in-box.com/TEMP/69936C6B-CDE7- ... _02_12.zip

Please check it.

Thank you.

Posted: Fri Feb 13, 2009 10:18 am
by fder
Thank you! This seems to be working. But now I get a label "DEMO VERSION" in front of my swf. I assume this build of the dll doesn't accept my "Context"-key? Can I get a version that works with my "Context"-key?

Posted: Fri Feb 13, 2009 11:24 am
by Softanics
fder wrote:Thank you! This seems to be working. But now I get a label "DEMO VERSION" in front of my swf. I assume this build of the dll doesn't accept my "Context"-key? Can I get a version that works with my "Context"-key?


Yes, because it's a demo. I will prepare an official update in the nearest time, and you will download it using the link you've recieved in the registration letter after purchasing.

Thank you.

Posted: Fri Feb 13, 2009 11:47 am
by Softanics
I've just uploaded the full version.

Thank you.

Posted: Tue Feb 17, 2009 1:38 pm
by fder
Thank you very much!