Forums
This topic is locked
image file size usages...
Posted 14 Jan 2009 18:52:33
1
has voted
14 Jan 2009 18:52:33 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 13 Mar 2009 02:50:36
13 Mar 2009 02:50:36 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