Qwertz
02-18-2009, 05:10 PM
complete noob here if someone can walk me threw this please :)
I have a php file named flashbanner.php and in it is this:
<?php
if (iMEMBER) {
echo ('Welcome ');
echo ($userdata['user_name']);
}
if (iGUEST) {
echo ('Welcome Guest');
}
?>
what this does is it says Welcome Guests to guests, and Welcome (username) to users. I want this to be in flash, and ive researched all over for echos in flash, but i cant find anything on it. so how would i go about putting this code in Flash?
I have a php file named flashbanner.php and in it is this:
<?php
if (iMEMBER) {
echo ('Welcome ');
echo ($userdata['user_name']);
}
if (iGUEST) {
echo ('Welcome Guest');
}
?>
what this does is it says Welcome Guests to guests, and Welcome (username) to users. I want this to be in flash, and ive researched all over for echos in flash, but i cant find anything on it. so how would i go about putting this code in Flash?