Using the JavaScript button
1. Launch Wimpy Button Maker.
2. Set the options within Wimpy Button Maker.
Be sure to set the proper URL to your MP3 file and the wimpy_button.swf file.
3. Click "Save As..." to save the necessary HTML code.
This will prompt you to save the HTML code to your local PC.
4. Click the "Make JavaScript" button.
Ensure that nothing has changed in Wimpy Button Maker (e.g. the URLs to the wimpy_button.swf and MP3 files have not changed and the options are configured the same as they were before clicking "Save AS.." in step 3)...
Click the "Make JavaScript" button.
A new screen will appear so to verify the proper URL to the SWF file. Be sure that the URL to wimpy_button.swf is set correctly. Wimpy Button Maker will use the existing URL to wimpy_button.swf that you set while in the normal mode.
Click "OK" to save the JavaScript file. This will prompt you to save a JavaScript file to your local PC.
5. Upload the files to your website.
Upload the newly created HTML and JavaScript files to the same folder as wimpy_button.swf.
Example:
http://www.yoursite.com/mp3s/wimpy_button.swf
http://www.yoursite.com/mp3s/wimpy_button123.html
http://www.yoursite.com/mp3s/wimpy_button.js
6. Test the files.
Test the newly created HTML file by navigating to the wimpy_button123.html file on your web server.
Example:
http://www.yoursite.com/mp3s/wimpy_button123.html
7. If everything works OK...
You can open the wimpy123.html file in a text editor and copy and paste the HTML for the JavaScript button into your existing HTML page.
The Javascript code starts with:
<!-- START WIMPY BUTTON: JavaScript
... and ends with:
<!-- END WIMPY BUTTON: JavaScript -->
|