hello,
i m using your arrowchat, but i changed the video module... i just want to obtain the avatar image when a user log in to my new flash videochat, how can i retrive avatar ? i have this code :
// ########################## GET POST DATA ###########################
$room_id = $_GET['rid'];
if (strlen($room_id) == 9)
{
$room_id = "0".$room_id;
}
$username = get_username($userid);
$picture = get_avatar($image);
// ############################ START HTML ############################
THE USERNAME IS OK !
BUT THERE ANY AVATAR !!!!!!!!!!!! Do you know why ?
thank you for your help