How to get flash Player Required

Zachariah

Active Member
Aug 26, 2017
177
78
Yeah, that
Post automatically merged:

I already have a website
Here's what I have for the bottom of my client.php
Code:
      <body>
         <div id="client">
            <habbo-client-error>
                <div class="client-error__background-frank">
                    <div class="client-error__text-contents">
                        <h1 class="client-error__title">You're nearly in {hotelname}!</h1>
                        <p>Click the yellow Hotel button below, then click 'run Flash' when prompted to. See you in the Hotel!</p>
                    </div>
                    <div class="client-error__hotel-button-div">
                        <a href="https://www.adobe.com/go/getflashplayer" target="_blank" rel="noopener noreferrer" class="hotel-button">
                            <span class="hotel-button__text">Hotel</span>
                        </a>
                    </div>
                </div>
            </habbo-client-error>
        </div>
        <?php include('includes/checktheban.php'); ?>
    </body>

then save this as your then you'll be good to go :p
 

Users who are viewing this thread

Top