home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / CCZ_Skateboard.wal / maki / navigate.maki (.txt) < prev    next >
Winamp Compiled Maki Script  |  2004-10-12  |  2KB  |  23 lines

  1. /* Note: a decompiler is no invitation to steal code.
  2.    Please respect the the copyright */
  3.  
  4. #include "std.mi"
  5. Global Group Group16;
  6. Global Button Button17;
  7.  
  8.  
  9. System.onScriptLoaded()
  10. {
  11. Group16 = System.getScriptGroup();
  12. Button17 = Group16.getObject(System.getToken(System.getParam(), ( "\;"), 0));
  13. return Null;
  14. }
  15.  
  16. Button17.onLeftButtonUp(int x, int y)
  17. {
  18. System.navigateUrl(( "http\:\/\/www\.creditcardzone\.net\/"));
  19. return Null;
  20. }
  21.  
  22.  
  23.