Hello,

for my upcoming website based on Postnuke i would like to use flash as the user login block.

Basically i would need to print this codein Flash:

<?php
if(!pnUserLoggedIn()){
?>
<form action="user.php" method="post">Username<input type="text" name="uname" size="12" maxlength="20">
Password<input type="password" name="pass" size="12" maxlength="20"><input type="checkbox" value="1" name="rememberme" />
<input type="hidden" name="module" value="NS-User" /><input type="hidden" name="op" value="login" />
<input type="hidden" name="url" value="/index.php" /><input type="submit" value="Login" />
</form>
<a href="user.php?op=lostpassscreen&amp;module=NS-LostPassword">Log in Problems?</a><br>&nbsp;New User? <a href="user.php">Sign Up!</a>
<?php
}
?>

any idea of how to make it happen?

    if you know flash, i know theres somewhere in there to add a link, textbox, etc.. put some more time into it 😛

      the problem is that i know nothing about flash 🙁

        Write a Reply...