I decided to read some of your past post, and wondering if you still have this piece of code:
Quote Originally Posted by sen01dj View Post
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>
if so...you are butchering the code. and its really annoying me.

anyway with your current question:
it will just be localhost. like you have it now