|
|||
|
I was wondering if the PocketPC swf file can accept the same html parameters as the lite.swf of 123flashchat.
Specifically, I need to have users autologin into the chat with the name "me", "me***", "me***", etc. and have them enter a specific chat room "1002" on my server using the pocketPC 123flashchat. I can get this working with the lite.swf file, but not the pocketPC version. I use the following code: ------------------------------------------------------------------------------------ <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...sion=6,0,29,0" width="150" height="200"> <param name="movie" value="http://www.mark-eve.com/flashchat/cl...it_room=1002"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value=""> <embed src="http://www.mark-eve.com/flashchat/cl...nit_room=1002" wmode="" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="200"></embed></object> ------------------------------------------------------------------------------------ This code fails to log a user into the specific room "1002" and sends them to the default "1001" room instead. Also, when the second user is autologged in, it says that user name is already used on the server and fails to assign a random "me***" name - so the user cannot log in. This identical code works with the lite.swf however. Is the pocketPC chat unable to accept these parameters (init_user, init_password, init_room) and have users autologin with a random name?
__________________
www.mark-eve.com |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|