The user prompt is caused when I make network telephone call via a Flash Lite Application installed on my Nokia 6680.
I have built this application which simply provides a facility for a user to make a network connection to a phone number. This is achieved by the user entering the telephone number into a field and selecting a dial button. After the user has selected the 'Dial' button, the user is shown an authentication message as follows. 'The current Flash content is attempting to dial this number'. The user is then prompted to either 'Allow' or 'Deny'. If the user selects 'Allow', the phone continues to make a network connection and dial the number as normal.
I already understand that the prompt is there for security reasons which give the user the option to authorise the call, however, my objective here is to find a method to avoid the authentication process occurring or which will disable the authentication process when this particular flash application is being used. This could work in such a way that prior to running the application, there would be a setting where I would select 'Disable Authentication'. The setting could either by unique or global setting for all applications.
I would imagine that this could be achieved by modifying the relevant software but this is as far as I have managed to glean so far and have come unstuck. I therefore have the following questions for anyone who wishes to give me some guidance.
1. What process causes the prompt?
So far I can think of 3 possible causes,
a. The network provider
b. The phone software
c. The Flash Lite software
2. Possible solutions?
a. Perhaps there is a simple answer and that is that the application needs to be recognised as being 'Trusted'. Is there a setting somewhere?
b. If the cause is either the phone or Flash Lite software, is there a means to modify the code? If so does anyone know how to do this?
c.
http://discussion.forum.nokia.com/fo...70&postcount=4
This thread describes briefly that it is possible to avoid the prompt using a Proxy server but I am not too sure if this remedy relates to my issue?