webdev.htm 1.7 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>JSAPI2::Main Page</title>
  5. <meta http-equiv="content-type" content="text/html;charset=utf-8">
  6. <script type="text/javascript" src="api2.js"></script>
  7. <script type="text/javascript" src="webdev.js"></script>
  8. </head>
  9. <body style="FONT-FAMILY: MS Shell Dlg 2;">
  10. <h2>Winamp Online Services API - Test Web Page</h2>
  11. <small>
  12. <p>This page is to help with testing the different API methods of the Winamp Javascript API. In order to point Winamp to your own online service, click <a href="javascript:void(0);" onclick="WebDev_CreateService(); return false;">here</a> and set the URL to the URL of the main page of your service when prompted.</p>
  13. <p>Check the <a target="_blank" href="http://dev.winamp.com/wiki/Complete_JavaScript_API_technology_framework">Winamp Javascript API</a> for more info on the API methods used on these test web pages.</p>
  14. <a href="transportApi.htm">Transport API</a><br><br>
  15. <a href="transportEventsApi.htm">Transport Events</a><br><br>
  16. <a href="playQueueApi.htm">Playqueue API</a><br><br>
  17. <a href="playlistApi.htm">Playlists API</a><br><br>
  18. <a href="bookmarkApi.htm">Bookmarks API</a><br><br>
  19. <a href="podcastApi.htm">Podcasts API</a><br><br>
  20. <a href="historyApi.htm">History API</a><br><br>
  21. <a href="configApi.htm">Config API</a><br><br>
  22. <a href="applicationApi.htm">Application API</a><br><br>
  23. <a href="securityApi.htm">Security API</a><br><br>
  24. <a href="skinApi.htm">Skins API</a><br><br>
  25. <a href="mediaCoreApi.htm">MediaCore API</a><br><br>
  26. <a href="asyncDownloaderApi.htm">AsyncDownloader API</a>
  27. </small>
  28. </body>
  29. </html>