Page 1 of 1

Flash and Php

Posted: Thu May 10, 2007 3:49 am
by user___
Hi guys,
I have a flash file which uses some info from Php. When a user logs in they see this flash file(Actually, this file shows some user's information).

My question is how can I make flash read with Php securely(What I mean is that this information is unique for each user(So the flash file must know what to print) and when they log in they have to see their information but another user's onea and This information must not be available for unregistered users).

Thanks.