Recreating the iTunes Reflection Effect :: www.graficalicus.com :: the :: the web & graphics workshop Its a very simple effect to do, but still the Layer Mask thumbnail over the image from the Effects palette (or just double http://www.graficalicus.com/modules.php?op=modload&name=News&file=article&sid=246HOME | check out the thumbnails...any ideas how to to achieve the preloader(the white square) effect? i i'm sure there is a thread on this topic somewhere. .. :book:
thanks guys =
http://www.crescentcourt.com/gallery.cfm
just a hypothesis... but maybe have a white box with the alpha dropped down some as a movie clip (lets call it loadbox_mc) which is duplicated for each thumbnail... then have its _yscale property dropped for how far along the actual picture is loaded... Cause And Effect-Thumbnail | Sustainability | BruceRawles.com:: Cause And Effect-Thumbnail. 06Jun2007 09:47 AM Filed in: Sustainability. Cause And Effect (example still image from the animations in The Geometry Code http://www.brucerawles.com/files/CauseAndEffect-thumbnail.htmlHOME |
kinda like this
var pics:Array = new Array("pic1", "pic2", "pic3", "pic4"); ARI Thumbnail | Joomla Components | ARI Soft:: ARI Thumbnail component provides ability to create and view thumbnails. easy embed the picture with nice thumbnail effect in almost every type of Joomla! http://www.ari-soft.com/Joomla-Components/ARI-Thumbnail/Detailed-product-flyer.htmlHOME |
var picslengh:Number = pics.length; Fancy Thumbnail Hover Effect w/ jQuery - pedrocorreia.net:: Recently I was checking out some nice flash galleries and came across an effect that I really liked. I had a sudden urge to duplicate that similar effect but using http://www.pedrocorreia.net/myNews/programacao/Fancy-Thumbnail-Hover-Effect-W-JQueryHOME |
for (var i:Number = 0; i < picslengh; i++){
holder_clip = _root.createEmptyMovieClip("holder", _root.getNextHighestDepth());
holder_clip._x = (i%picslength)*100; // this is to say they're 100px wide
holder_clip._y = Math.floor(i*picslength)/100; //100px tall
// load the picture here
loader_clip = _root.duplicateMovieClip("loadbox_mc", _root.getNextHighestDepth());
loader_clip._x = this.holder_clip._x;
loader_clip._y = this.holder_clip._y;
var loaded = this.holder_clip.getBytesLoaded();
var total = this.holder_clip.getBytesTotal();
loader_clip.onEnterFrame = function(){
this._yscale = 100-(total/loaded);
}
}
ok... don't go copy and pasting that as i'm pretty much 100 percent sure that wont work for crap.. just the idea is there and the idea alone. could somebody who actually knows what they're talking about shed some light, i find that interesting too and would possible like to use my own variation of it.
hmmm you got me thinking..thanks for ur input....yeah any1 else ?
Where's The Advantage In Windows Genuine Advantage?
Stocks Bounce After S&P Joins Bear Market |