How to use a default Access Point without user prompt?
Hi,
with Symbian and J2me apps (with IAPInfo API) it's possible to choose an Access Point to be used when network calls occurrs, without asking the user which AP to use. I would like to know: is it possible to do such a thing with Flash Lite?
Thanks,
Pit
Re: How to use a default Access Point without user prompt?
In Flash Lite, its not possible. But if you're using own proxy server, you can do it via the proxy server.
// chall3ng3r //
Re: How to use a default Access Point without user prompt?
Thanks chall3ng3r!
I was looking at Symbian signing Flash apps, and I have a related question: with Symbian Signed is it possible to have the Flash apps authorized to make network calls without prompting the user?
Thanks again,
Pit
Re: How to use a default Access Point without user prompt?
Hi,
No, FL will prompt user for any operation which can cost user, regardless of signing status of the application.
This also can be done via proxy server. I'm in middle of an application which dials using my own proxy server. So, user don't get any prompts.
// chall3ng3r //
Re: How to use a default Access Point without user prompt?
Thanks again chall3ng3r!
Do you have some links to resources related to proxy servers usage in Flash Lite? They'll be really useful!
Pit
Re: How to use a default Access Point without user prompt?
Check out [url]http://flyerframework.org/[/url]
You can extend it to do other tasks as well. Even Accelerometer stuff ;)
// chall3ng3r //