Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Phoenix/RevCMS Client and SWF's
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="GarettM" data-source="post: 287520" data-attributes="member: 839"><p>Hey everyone i am looking for a swf pack i guess or a fix on whats wrong?</p><p></p><p>Here is what happens.</p><ol> <li data-xf-list-type="ol">I go onto the client.</li> <li data-xf-list-type="ol">it loads then stays black for a second, then disconnects</li> <li data-xf-list-type="ol">The Phoenix Emulator doesn't say anyone connected.</li> </ol><p>i am not sure if this is a client error or a swf error or html error</p><p>client</p><p>[HTML]<!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} - Client</title></p><p> </p><p> <link rel="stylesheet" href="{url}/app/template/skins/Habbo/styles/client.css" type="text/css"></p><p> </p><p> <script type="text/javascript" src="{url}/app/template/skins/Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "{url}/app/storage/swfs/";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Please wait, the {hotelname} hotel is loading",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "{server_ip}",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "{url}",</p><p> "url.prefix" : "{url}",</p><p> "client.reload.url" : "{url}/client",</p><p> "client.fatal.error.url" : "{url}/me",</p><p> "client.connection.failed.url" : "{url}/me",</p><p> "external.variables.txt" : "{url}/app/storage/swfs/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "{url}/app/storage/swfs/gamedata/external_flash_texts.txt",</p><p> "productdata.load.url" : "{url}/app/storage/swfs/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "{url}/app/storage/swfs/gamedata/furnidata.txt",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "flash.client.origin" : "popup"</p><p> };</p><p> var params =</p><p> {</p><p> "base" : BaseUrl + "/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> <body></p><p> <div id="client"></div></p><p> </body></p><p></html>[/HTML]</p><p></p><p>I am using my own custom revcms. and phoenix Emu 3.0 ( released source code one ), and windows 2012 server.</p><p></p><p>what is this error usually ?</p><ul> <li data-xf-list-type="ul">Firewall?</li> <li data-xf-list-type="ul">SWF's?</li> <li data-xf-list-type="ul">Out dated html?</li> </ul></blockquote><p></p>
[QUOTE="GarettM, post: 287520, member: 839"] Hey everyone i am looking for a swf pack i guess or a fix on whats wrong? Here is what happens. [LIST=1] [*]I go onto the client. [*]it loads then stays black for a second, then disconnects [*]The Phoenix Emulator doesn't say anyone connected. [/LIST] i am not sure if this is a client error or a swf error or html error 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>[/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 ? [LIST] [*]Firewall? [*]SWF's? [*]Out dated html? [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Phoenix/RevCMS Client and SWF's
Top