home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 December / PCWELT_12_2006.ISO / files / 202.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-10-17  |  699 b   |  34 lines

  1. stop();
  2. cp_btn.onRelease = function()
  3. {
  4.    getUrl("http://www.computerpartner.de", "_new");
  5. };
  6. cw_btn.onRelease = function()
  7. {
  8.    getUrl("http://www.computerwoche.de", "_new");
  9. };
  10. dw_btn.onRelease = function()
  11. {
  12.    getUrl("http://www.digital-world.de", "_new");
  13. };
  14. gp_btn.onRelease = function()
  15. {
  16.    getUrl("http://www.gamepro.de", "_new");
  17. };
  18. gs_btn.onRelease = function()
  19. {
  20.    getUrl("http://www.gamestar.de", "_new");
  21. };
  22. mac_btn.onRelease = function()
  23. {
  24.    getUrl("http://www.macwelt.de", "_new");
  25. };
  26. pcw_btn.onRelease = function()
  27. {
  28.    getUrl("http://www.pcwelt.de", "_new");
  29. };
  30. tec_btn.onRelease = function()
  31. {
  32.    getUrl("http://www.tecchannel.de", "_new");
  33. };
  34.