Merhaba arkadaşlar, başlıkta belirttiğim gibi javascript chat kodunu PHP ile calistiramiyorum. Yardımlarınızı bekliyorum. <script type="text/javascript" src="http://live.unitedchat.net/flash/swfobject.js"></script> <center><div id="flashcontent"> This chat application requires <a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=114000670&url=http://www.adobe.com/go/getflash/" data-href="http://www.adobe.com/go/getflash/">Flash Player.</a> </div> </center> <script type="text/javascript"> var so = new SWFObject("http://live.unitedchat.net/flash/VLoader.swf", "ChatNow", "780", "500", "7", "#FFFFFF"); so.addParam("base", "http://live.unitedchat.net/flash/"); so.addVariable("versionsurl", "chatnow-versions.xml"); so.addVariable("initswf", "/flash/ChatNow.swf"); so.addVariable("themedirectory", "themes/"); so.addVariable("themename", "Theme-Minimal.swf"); so.addVariable("nick", "<?php echo $_POST['Nick'];?>"); so.addVariable("password", "<?php echo $_POST['password'];?>"); so.addVariable("room", "<?php echo $_POST['channels'];?>"); so.addVariable("user", "FlashUser"); so.addVariable("fullname", "Flash User"); so.addVariable("connect", "true"); so.addVariable("allowusercommands", "true"); so.addVariable("showsystemmessages", "true"); so.addVariable("showjoinmessages", "true"); so.addVariable("showpartmessages", "true"); so.addVariable("showradio", "false"); so.write("flashcontent"); </script>