Am building an app to remotely connect via IP to a flashfiler server.
On the server security is enabled and I have configured a user
id/password. Am using Connman instead of legacytransport. I took a
look through postings here but still unable to resolve my problem.
Problem:
First time i run the prog in my IDE i get a debug exception error
"Unknown user name or password" when connecting. If I then click OK to
the debug message and press F9 i am presented with the flashfiler
login box. This happens every time i run the program. Entering the
user name and password then works.
I have set the OnLogin event for the ffClient to setup the user and
password:
aUser := 'admin';
aPassword := 'fred';
aResult := {have tried it with both True and False}
Any ideas why this happens would be most appreciated.