home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / flashlp / img / galerie / galerie.swf / scripts / frame_3 / DoAction.as
Text File  |  2003-09-03  |  960b  |  27 lines

  1. function showphoto()
  2. {
  3.    loadMovie(photos[selector.getSelectedIndex()],"_root.photo");
  4. }
  5. function slideshow()
  6. {
  7.    play();
  8. }
  9. photos = new Array("01.jpg","02.jpg","03.jpg","04.jpg","05.jpg","06.jpg");
  10. names = new Array("Carrera Coupe 2000","911 GT1 Coupe 1997","911 Turbo Coupe 3.6 2000","Boxster 2.5 1997","911 GT3 Coupe 2000 ","Boxster 3.2 S 2000");
  11. selector.setDataProvider(names);
  12. selector.setAutoHideScrollBar(true);
  13. globalStyleFormat.selectionUnfocused = 682397;
  14. globalStyleFormat.selection = 682397;
  15. globalStyleFormat.scrollTrack = 1024238;
  16. globalStyleFormat.face = 682397;
  17. globalStyleFormat.highlight3D = 2074865;
  18. globalStyleFormat.highlight = 888274;
  19. globalStyleFormat.shadow = 615573;
  20. globalStyleFormat.darkshadow = 479608;
  21. globalStyleFormat.arrow = 16777215;
  22. globalStyleFormat.applyChanges();
  23. selector.setStyleProperty("fadeRate",10);
  24. button1.setStyleProperty("textColor","0xFFFFFF");
  25. selector.setSelectedIndex(0);
  26. stop();
  27.