// // WW WW WW // WW WW WW // WW WW WW // WWWWWWWW // __ __ _ _ _ __ _ __ _ _ // \ V V / | , , | __ \ V | // \_/\_/|_|_|_|_| .__/\_, | // |_| |___| // // ---------------------------------- // // Wimpy Player // 7.0.2 2014-01-16 // www.wimpyplayer.com // Copyright Plaino LLC // // ---------------------------------- ===================================== Before You Begin ===================================== IMPORTANT: - Wimpy was designed FOR THE WEB. - Using Wimpy on a local PC **probably** won't work. - Wimpy works on a LIVE WEB SERVER! TOOLS (Customizer Tool & Skin Machine): - Use a modern browser (Google Chrome or FireFox). DO NOT use Internet Explorer. - Wimpy works fine with other browsers, but the tools MAY NOT! ===================================== Installation ===================================== 1. Create a new folder named "wimpy" on your web site. Example: http://www.yoursite.com/wimpy NOTE: This new folder doesn't have to be named "wimpy" it can be named anything you want. We're just using "wimpy" for example purposes. 2. Upload all files in this package to the newly created folder. ===================================== Setting up a player ===================================== 1. Open the HTML file you want to put Wimpy into with a text (or code) editor. 2. Add a reference to the wimpy.js file anywhere between the opening and closing tag of the page. Example: My Page 3. Add a "player instance" anywhere between the opening and closing of the page Example: ... head stuff is here (as explained in step #2 above)... ... other page stuff ...
... more page stuff ... 4. Save the HTML file and upload to your server. 5. Navigate to the page and "refresh" your browser. NOTE: You may have to "clear your browser's cache" so that the browser knows to retrieve the new files. ===================================== Customize a player ===================================== 1. Launch the Customizer Tool by navigating to the "customizer.php" file with a web browser. Example: http://www.yoursite.com/wimpy/customizer.php NOTE: The "customizer.php" file is located in your Wimpy installation folder. 2. Click the icons at the top of the Customizer Tool to display various options. 3. Once you've configured the player to your liking, click the "down" icon (the first one) to download the HTML code. Or, click the < > icon to reveal the HTML code and copy and paste into your page.