- Joined
- Jan 22, 2007
- Messages
- 14
- Reaction score
- 0
Well, I have used W3C validation on the Habbo loader and it failed because the <embed> tag is not a valid HTML .
So, I used this tuto that W3C gave (for flash but diff for dirctor)
Replace IPHERE with your ip
Keep the Valid HTML 4.01 Transitional button there, it will show that the format is correct.
And best of all, it has been shortened (WORKS FOR FF/N for CODERS).:blow:
So, I used this tuto that W3C gave (for flash but diff for dirctor)
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Wabble Hotel</title>
<style type="text/css">
body
{
background-color: black;
margin: 0px 0px 0px 0px
}
</style>
</head>
<body>
<div style="text-align: center;">
<object type='application/x-director' id='habbo' data="http://images.habbohotel.co.uk/dcr/release13.2_b8/habbo.dcr" width='720' height='540'>
<param name='src' value='http://images.habbohotel.co.uk/dcr/release13.2_b8/habbo.dcr'>
<param name='swRemote' value='swSaveEnabled="true" swVolume="true" swRestart="false" swPausePlay="false" swFastForward="false" swTitle="Habbo Hotel" swContextMenu="true" '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt=http://freewebs.com/easy-register/texts.txt'>
<param name='sw2' value='connection.info.host=IPHERE;connection.info.port=PORT'>
<param name='sw4' value='connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001'>
<param name='sw3' value='client.reload.url=hotel.htm'>
<param name='sw1' value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'>
<param name='sw5' value='external.variables.txt=http://freewebs.com/easy-register/vars.txt'>
</object>
</div>
<div style="text-align: center;">ANY TOPSITE RAITING BUTTONS
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88" border="0"></a></div>
</body>
</html>
Replace IPHERE with your ip
Keep the Valid HTML 4.01 Transitional button there, it will show that the format is correct.
And best of all, it has been shortened (WORKS FOR FF/N for CODERS).:blow:
Last edited: