
Originally Posted by
sen01dj
STEP 3: Shoutbox is embedded in HTML page using SWFObject with the following code:
<script type="text/javascript">
swfobject.embedSWF(swfURL, id, width, height, version, bgColor);
so.addVariable("serverURL", serverURL);
so.addVariable("refreshTime", refreshTime);
so.write("id");
</script>
Ichange this
<script type="text/javascript">
swfobject.embedSWF("shoutbox/shoutbox.swf");
width=300
height=500
bgcolor='#FF5400'
so.addVariable("shoutbox/server/php/shoutbox.php");
so.addVariable("2");
so.write("id");
</script>