Page 1 of 1

Proxy support ?

Posted: Tue May 15, 2007 4:10 pm
by raz-l
Hi, the software I'm developing using f-in-box will be used on PCs that may need to connect to the internet through a proxy.
I'm using flash remoting inside the loaded swf (AS3), but can't seem to specify the use of a proxy in actionscript...

Could there be a way for f-in-box to intercept the remoting calls and re-route them using the proxy ?

Actually I had something working involving AxCode_OnLoadExternalResourceByFullPath but the method doesn't receive the GET/POST content nor request headers, only the url, so I couldn't relay the complete request to the proxy using .net ...
(was using a stream from HttpWebRequest with a proxy property)

thx

Re: Proxy support ?

Posted: Tue May 15, 2007 4:17 pm
by Softanics
Thank you for your question.

raz-l wrote:Could there be a way for f-in-box to intercept the remoting calls and re-route them using the proxy ?


Unfortunaly, f-in-box doesn't intercept such calls.

Is it possible to rewrite such parts of flash code in C# (for example), and call it from flash (using external API, for example)?

Re: Proxy support ?

Posted: Fri May 18, 2007 12:43 pm
by raz-l
Softanics wrote:Unfortunaly, f-in-box doesn't intercept such calls.


and no way the AxCode_OnLoadExternalResourceByFullPath could intercept the body of the request, as it does with the url ?

Softanics wrote:Is it possible to rewrite such parts of flash code in C# (for example), and call it from flash (using external API, for example)?


nope, we used the same remoting service as the website part, so we don't have to write a webservice for the exe...

well... we'll find an other way around... too bad flash itself cannot connect using proxies...

Re: Proxy support ?

Posted: Fri May 18, 2007 1:01 pm
by Softanics
raz-l wrote:and no way the AxCode_OnLoadExternalResourceByFullPath could intercept the body of the request, as it does with the url ?


Unfortunaly, no...