HELP Add flashplayer popup

Results 1 to 3 of 3
  1. #1
    Member mokobe39000 is offline
    MemberRank
    Sep 2012 Join Date
    51Posts

    config HELP Add flashplayer popup

    Hello
    how to put that on my client for all user please ?


    if there is not that some do not know how to launch the hotel.

    Thank you for your answer


  2. #2
    Member Shokkato is offline
    MemberRank
    Feb 2018 Join Date
    localhost/Location
    79Posts

    Re: HELP Add flashplayer popup

    Add this to the client.php just under the <html lang="en">

    Code:
    <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 Code:
    <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 installedclick '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://habbo.com/habbo-imaging/avatarimage?figure={figure}&action=wav&direction=2&head_direction=3&gesture=sml&size=l"/></div>
            </
    div></center>

    </
    div>
    </
    div
    Looks like this:
    Screenshot by Lightshot

  3. #3
    Member mokobe39000 is offline
    MemberRank
    Sep 2012 Join Date
    51Posts

    Re: HELP Add flashplayer popup

    thank you problem solved



Advertisement