Posts filed under ‘Flash / Actionscript’
new romanian dentistry site up
We have been working for a while now to finish this dentistry clinic’s site. Check out these advanced techniques of implantology! Waiting for comments
themeColor tweaks for Flash 8 scrollpane component
It was pretty hard to find some that really work, but here are some examples:
scrollpane.setStyle("themeColor", "0x3F4860");
scrollpane.setStyle("borderStyle", "none");
scrollpane.setStyle("scrollTrack","none");
scrollpane.setStyle("arrow","0×800080");
scrollpane.setStyle("background","0xFFFFFF");
scrollpane.setStyle("backgroundDisabled","0xFFFFFF");
scrollpane.setStyle("foregroundDisabled","0xFFFFFF");
scrollpane.setStyle("face","0×000000");
scrollpane.setStyle("highlight3D","0xFFFFFF");
scrollpane.setStyle("highlight","0xFFFFFF");
scrollpane.setStyle("shadow","0xFFFFFF");
scrollpane.setStyle("darkshadow","0xFFFFFF");
scrollpane.setStyle("focusRectInner","0xFFFFFF");
scrollpane.setStyle("focusRectOuter","0xFFFFFF");
scrollpane.drawFocus = false;
The attribute code should be inserted usually on the first frame of the movieclip containing the component.

Recent Comments