Is there a way to create a session so that when the session starts by inputting a username and password in Flash that only that IP address can view that PHP file until they leave an HTML page?
So like:
if username and password right {
start session;
only [your IP] may access user.php;
}
on unload of Flash Application {
end session;
no one but FTP owner may access user.php;
}
And of course it's vital that no one but me (FTP owner) and the Flash Application can write to their file.