• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

HTML/ Flash help needed....

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

HeatM1ser2k4

Member
Joined
Oct 6, 2004
Location
Philly
I am trying to implement an integrated flash-based chat room on a web page.The problem is that the chat room doesnt work correctly,and some of the code shows up on the web page.I'll attach screenshots so you know what I am talking about.I'll also post the code so you can pinpoint the problem. Please post any suggestion...thank you!!!

CODE:

<!-- Start of chat HTML: do not alter this (flash-gear.com) -->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=5,0,0,0" WIDTH="240" HEIGHT="300" id="fgchat" ALIGN=""><PARAM NAME=movie VALUE="http://two.flash-gear.com/ncht/cht.php?f=2&id=23669&a=997249961"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE="#FFFFFF"> <EMBED src="http://two.flash-gear.com/ncht/cht.php?f=2&id=23669&a=997249961" menu=false quality=high bgcolor="#FFFFFF" WIDTH="240" HEIGHT="300" NAME="fgchat" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
<!-- End of chat HTML (flash-gear.com) -->
 

Attachments

  • chatroom.GIF
    chatroom.GIF
    11 KB · Views: 31
Last edited:
Back