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
Wrap
Text File
|
2003-09-03
|
960b
|
27 lines
function showphoto()
{
loadMovie(photos[selector.getSelectedIndex()],"_root.photo");
}
function slideshow()
{
play();
}
photos = new Array("01.jpg","02.jpg","03.jpg","04.jpg","05.jpg","06.jpg");
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");
selector.setDataProvider(names);
selector.setAutoHideScrollBar(true);
globalStyleFormat.selectionUnfocused = 682397;
globalStyleFormat.selection = 682397;
globalStyleFormat.scrollTrack = 1024238;
globalStyleFormat.face = 682397;
globalStyleFormat.highlight3D = 2074865;
globalStyleFormat.highlight = 888274;
globalStyleFormat.shadow = 615573;
globalStyleFormat.darkshadow = 479608;
globalStyleFormat.arrow = 16777215;
globalStyleFormat.applyChanges();
selector.setStyleProperty("fadeRate",10);
button1.setStyleProperty("textColor","0xFFFFFF");
selector.setSelectedIndex(0);
stop();