Page 1 of 1

Help flashchat

PostPosted: Sat Feb 24, 2007 10:37 am
Author: dan0042
have flashchat intergrated in my phpbb forum but now i want the chat to open in a new windiw that does not have all the buttons and unneeded stuff (just the frame)


Work with Qbar

PostPosted: Sat Feb 24, 2007 1:30 pm
Author: dan0042
Like Chatspot Qbar lik

This dont work

forum/chat/flashchat.php=java.scriptvoid(window.open('chat/flashchat.php','2_ChatBox','scrollbars=no,width=540,height=450'))

Re: Help flashchat

PostPosted: Sun Feb 25, 2007 7:13 am
Author: Dr. Bantham
I'm not certain what is "not happening" with your window, but this is what I use for mine:
java.scriptvoid window.open('flashchatpath/flashchat.php?username={USERNAME}&password={PASSWORD}','tloChat','fullscreen,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no')

The flashchatpath should be your full directory path. This might be your problem, as I doubt this code is in the true root directory. Try "http://yoursite.com/chat/flashchat.php". You can drop the USERNAME/PASSWORD variables, as these are related to FC autologin, which you do not seem to have set up.