Forums
This topic is locked
image file size usages...
Posted 16 years ago
1
has voted
16 years ago cheryl hoops posted:
hi guys, for those who use lots of imagery in their designs/sites - wondering what kind of work you use these image file for? from 50mb down to 250k? Or do you go for even lower file sizes in your designs. as ever, thx for the insight.
Replies
Replied 16 years ago
16 years ago ben klein replied:
I DONT KNOW BUT DO YOU KNOW HOW TO STOP A SCROLLER ON MOUSE OUT ?
onClipEvent (load) {
movieh = 800;
h = _root.foto._width;
//speed alto velocita' di rotazione bassa
speed = 55;
}
onClipEvent (enterFrame) {
// scrolling sull'asse x
xpos = _root._xmouse;
xpos = xpos-(movieh/2);
_root.foto._x = _root.foto._x-(xpos/speed);
}
THANKS
onClipEvent (load) {
movieh = 800;
h = _root.foto._width;
//speed alto velocita' di rotazione bassa
speed = 55;
}
onClipEvent (enterFrame) {
// scrolling sull'asse x
xpos = _root._xmouse;
xpos = xpos-(movieh/2);
_root.foto._x = _root.foto._x-(xpos/speed);
}
THANKS