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
Enabling Flash
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="HoldUp" data-source="post: 425589" data-attributes="member: 77448"><p>Add this to the client.php just under the <html lang="en"></p><p></p><p><style></p><p>.flashfail{</p><p> margin: 0 auto;</p><p> max-width: 600px;</p><p> background-color: #111524;</p><p> color: #7ecaee;</p><p> margin-top: 80px;</p><p> border-radius: 10px;</p><p> overflow: hidden;</p><p> padding: 12px 24px 12px 24px;</p><p> display: block;</p><p> font-family: Roboto;</p><p> height: 350px;</p><p> font-size: 23px;</p><p>}</p><p></style></p><p></p><p>Then under the javascript for the hotel put this:</p><p></p><p>[PHP]<div id="client" style="height: 100%"></p><p></p><p> </p><p></p><p> <div id="client-ui"></p><p></p><p> <div id="flash-wrapper"></p><p> <div id="flash-container"></p><p></p><p> </p><p> <center> <div class="flashfail"></p><p> <img src="{url}/app/tpl/skins/{skin}/images/logo.gif"></p><p> <h2 style="padding-bottom: 30px; color: white;"><center>You need flash to play {hotelname}!</center></h2></p><p> <p></p><p> <br> If you already have flash installed, click 'Enable Flash / Install' to enable it. If you haven't got it installed, still click it, you can download it from there!</p><p> </p><p> </p><p> <p><center><div style="margin-top: 10px; height: 350px;"><a href='http://www.adobe.com/go/getflashplayer' class="button"><font color="white"> Enable Flash / Install</font></a></p></p><p><div style="float: left; margin-top: -80px;"><img alt="{username}" src="http://avatar-retro.com/habbo-imaging/avatarimage?figure={figure}&action=wav&direction=2&head_direction=3&gesture=sml&size=l"/></div></p><p> </div></center></p><p></p><p></div></p><p></div>[PHP][/PHP]</p><p></p><p>Looks like this:</p><p><a href="http://prntscr.com/htsrou" target="_blank">http://prntscr.com/htsrou</a></p><p></p><p>The image isn't working because I haven't linked my logo right.</p></blockquote><p></p>
[QUOTE="HoldUp, post: 425589, member: 77448"] Add this to the client.php just under the <html lang="en"> <style> .flashfail{ margin: 0 auto; max-width: 600px; background-color: #111524; color: #7ecaee; margin-top: 80px; border-radius: 10px; overflow: hidden; padding: 12px 24px 12px 24px; display: block; font-family: Roboto; height: 350px; font-size: 23px; } </style> Then under the javascript for the hotel put this: [PHP]<div id="client" style="height: 100%"> <div id="client-ui"> <div id="flash-wrapper"> <div id="flash-container"> <center> <div class="flashfail"> <img src="{url}/app/tpl/skins/{skin}/images/logo.gif"> <h2 style="padding-bottom: 30px; color: white;"><center>You need flash to play {hotelname}!</center></h2> <p> <br> If you already have flash installed, click 'Enable Flash / Install' to enable it. If you haven't got it installed, still click it, you can download it from there! <p><center><div style="margin-top: 10px; height: 350px;"><a href='http://www.adobe.com/go/getflashplayer' class="button"><font color="white"> Enable Flash / Install</font></a></p> <div style="float: left; margin-top: -80px;"><img alt="{username}" src="http://avatar-retro.com/habbo-imaging/avatarimage?figure={figure}&action=wav&direction=2&head_direction=3&gesture=sml&size=l"/></div> </div></center> </div> </div>[PHP][/PHP] Looks like this: [URL]http://prntscr.com/htsrou[/URL] The image isn't working because I haven't linked my logo right. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Enabling Flash
Top