Hey everyone i am looking for a swf pack i guess or a fix on whats wrong?
Here is what happens.
client
I am using my own custom revcms. and phoenix Emu 3.0 ( released source code one ), and windows 2012 server.
what is this error usually ?
Here is what happens.
- I go onto the client.
- it loads then stays black for a second, then disconnects
- The Phoenix Emulator doesn't say anyone connected.
client
HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} - Client</title>
<link rel="stylesheet" href="{url}/app/template/skins/Habbo/styles/client.css" type="text/css">
<script type="text/javascript" src="{url}/app/template/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{url}/app/storage/swfs/";
var flashvars =
{
"client.starting" : "Please wait, the {hotelname} hotel is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "30000",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/me",
"client.connection.failed.url" : "{url}/me",
"external.variables.txt" : "{url}/app/storage/swfs/gamedata/external_variables.txt",
"external.texts.txt" : "{url}/app/storage/swfs/gamedata/external_flash_texts.txt",
"productdata.load.url" : "{url}/app/storage/swfs/gamedata/productdata.txt",
"furnidata.load.url" : "{url}/app/storage/swfs/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
I am using my own custom revcms. and phoenix Emu 3.0 ( released source code one ), and windows 2012 server.
what is this error usually ?
- Firewall?
- SWF's?
- Out dated html?