Simple Flash Gallery from folder Image
Hi, Follow the folling steps to create a simple and good image gallery.
Step1:- In gallery folder place 10 image with serial name like image1.jpg, image2.jpg etc.
Step2. start flash take as3 file.
Step3. on layer 1 type the following script.
var a=1;
var xpos:Number=200;
var ypos:Number=200;
var loader:Loader=new Loader();
var defaultimg:URLRequest=new URLRequest("gallery/image1.jpg");
loader.load(defaultimg);
loader.x=xpos;
loader.y=ypos;
addChild(loader);
btn_nxt.addEventListener(MouseEvent.CLICK,fn_next);
function fn_next(event:MouseEvent) {
removeChild(loader);
a++;
var nimg:URLRequest=new URLRequest("gallery/image"+a+".jpg");
loader.load(nimg);
addChild(loader);
loader.x=xpos;
loader.y=ypos;
}
btn_pre.addEventListener(MouseEvent.CLICK,fn_prev);
function fn_prev(event:MouseEvent) {
removeChild(loader);
a--;
var nimg:URLRequest=new URLRequest("gallery/image"+a+".jpg");
loader.load(nimg);
addChild(loader);
loader.x=xpos;
loader.y=ypos;
}
Step4. on layer 2. create 2 buttons change their instance name as shown in image
Button next instance name:-btn_nxt
Button previous instance name:-btn_pre
Step5:-save flash file outside the gallery folder and run it as swf..
Finally completed http://www.mygoodlucktrip.com/
MygoodLuckTrip.com is a leading indian travel agent and tour operator company.We provides the best tour travel packages that perfectly suit the budget of traveler and holiday seeker.We offer the best deals in flight bookings, hotel bookings and holiday packages. Best Indian destinations like Goa, Kerala, Himachal, Rajasthan, Uttaranchal, parts of North East India and Ladakh are amongst our main focus. We serve thousands of tourists traveling to some of these destinations.We have the best Honeymoon packages.You can easily book/cancel IRCTC train tickets on MygoodLuckTrip.Creating happy and satisfied travellers is our motto!
illustrator free brushes sites
http://createsk8.com/about/
http://www.bittbox.com/freebies/35-free-abstract-illustrator-brushes
http://www.melsbrushes.co.uk/?cat=209
http://www.designzzz.com/adobe-illustrator-brushes-free/
http://www.1stwebdesigner.com/freebies/30-beautiful-illustrator-brush-and-symbol-collection/
http://www.tripwiremagazine.com/2011/10/illustrator-brush-sets.html
http://vector.tutsplus.com/articles/web-roundups/a-huge-compilation-of-60-free-illustrator-brushes/
http://inspirationfeed.com/graphics/brushes/50-beautiful-free-adobe-illustrator-vector-brushes/
http://vandelaydesign.com/blog/design/illustrator-brushes/
http://designm.ag/resources/adobe-illustrator-brushes/
http://www.graphics-illustrations.com/free-download-adobe-illustrator-floral-brushes
Web Directories
http://www.bittbox.com/freebies/35-free-abstract-illustrator-brushes
http://www.melsbrushes.co.uk/?cat=209
http://www.designzzz.com/adobe-illustrator-brushes-free/
http://www.1stwebdesigner.com/freebies/30-beautiful-illustrator-brush-and-symbol-collection/
http://www.tripwiremagazine.com/2011/10/illustrator-brush-sets.html
http://vector.tutsplus.com/articles/web-roundups/a-huge-compilation-of-60-free-illustrator-brushes/
http://inspirationfeed.com/graphics/brushes/50-beautiful-free-adobe-illustrator-vector-brushes/
http://vandelaydesign.com/blog/design/illustrator-brushes/
http://designm.ag/resources/adobe-illustrator-brushes/
http://www.graphics-illustrations.com/free-download-adobe-illustrator-floral-brushes
Web Directories
Photoshop Pattern Free Download Sites
http://www.brusheezy.com/Patterns
http://fbrushes.com/category/patterns/
http://www.lava360.com/freebies/collection-of-photoshop-patterns-free-download/
http://www.smashingmagazine.com/2009/02/12/the-ultimate-collection-of-free-photoshop-patterns/
http://myphotoshopbrushes.com/patterns
http://free-photoshop-patterns.com/
http://www.brusheezy.com/Patterns
http://www.allwebdesignresources.com/webdesignblogs/graphics/1000s-of-free-photoshop-pixel-patterns-for-download/
http://www.designzzz.com/free-photoshop-pattern-sets/
http://www.shapes4free.com/shapes/vector-photoshop-patterns/
http://myphotoshopbrushes.com/patterns
http://dzineblog.com/2011/08/40-free-photoshop-pattern-sets.html
http://fbrushes.com/category/patterns/
http://www.lava360.com/freebies/collection-of-photoshop-patterns-free-download/
http://www.smashingmagazine.com/2009/02/12/the-ultimate-collection-of-free-photoshop-patterns/
http://myphotoshopbrushes.com/patterns
http://free-photoshop-patterns.com/
http://www.brusheezy.com/Patterns
http://www.allwebdesignresources.com/webdesignblogs/graphics/1000s-of-free-photoshop-pixel-patterns-for-download/
http://www.designzzz.com/free-photoshop-pattern-sets/
http://www.shapes4free.com/shapes/vector-photoshop-patterns/
http://myphotoshopbrushes.com/patterns
http://dzineblog.com/2011/08/40-free-photoshop-pattern-sets.html
Subscribe to:
Posts (Atom)
Things Web Developers Must Include in Their Portfolio
1. Need to have Link and Screen shot of their past projects 2. If they are applying for a specific skill like PHP or ASP.Net. Need to...
-
1. Oberon Color Replacer for CorelDRAW/Corel DESIGNER :- This macro allows you replace one color with another quickly. (free) 2. LimitC...
-
1. Fold Up 3D - to convert package layout to 3d packet. 2. DGI SignSymbols for Adobe Illustrator CSthrough CS6 : - official sign...
-
Trans Slide Show (free extension)- Create image slide shows, either using simple image swaps (all browsers), or optionally with advanced t...


