Professional :: Make Photo Collage

May 30, 2010

I use vuvox which is a flash app that makes photo collages but I would even make a similar to so I can host it but it must be vertical

View 6 Replies


Similar Posts:


Professional :: Make A Selectable Photo Scroll Bar

Jun 25, 2010

How do I make a selectable photo scroll bar like the one on URL... under the nav. I want to make one similar on a music web site, but am unsure how it's done.

View 2 Replies

Professional :: Make A Selectable Photo Scroll Bar?

Jun 25, 2010

How do I make a selectable photo scroll bar like the one on[URL].. I want to make one similar on a music web site, but am unsure how it's done. I just need to know what I need to do, I'll figure it out from there. DO I jus bring the png photos in seperately? Do I just use a scroll bar component? I just need to know where to start

View 3 Replies

Professional :: Make The Stack Photo Gallery Auto-playable?

Jul 25, 2010

I want to make this gallery auto play means ones gallery load than the photos should be change by itself after few seconds.path for gallery [URL]

View 4 Replies

Flex :: Placing Images Into A Collage Canvas?

Apr 28, 2010

I've got an array of different sized images. I want to place these images on a canvas in a sort of automated collage.

All my images have heights divisible by 36 pixels and widths divisible by 9 pixels. They have mouseDown functions that allow you to drag and drop. When dropped the image goes to the closest x point divisible by 9 and y point divisble by 36. There is a grid drawn on top of the canvas.

I've sorted the array of images based on height, then based on their widths.

imagesArray.sortOn("height", Array.NUMERIC | Array.DESCENDING);
imagesArray.sortOn("width", Array.NUMERIC | Array.DESCENDING);

I'd like to take the largest image ( imageArray[0] ) to put in corner x,y = 0,0. Then randomize the rest of the images and fit them into the collage canvas.

View 3 Replies

ActionScript 3.0 :: Make A Flash Photo Gallery That Displays All The Image Files In A Certain Directory With The Usual Photo Gallery Functionality

Sep 1, 2009

Just trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.

View 1 Replies

ActionScript 2.0 :: Make A Photo Gallery With Xml?

Dec 5, 2009

Do anyone know how to make a photo gallery with xml and flash 8 like the gallery in the portfolio section of this link.[url]...

View 5 Replies

ActionScript 2.0 :: Make Photo Gallery With PHP?

Feb 23, 2010

I've searched the forums as well as other areas of the internet to find a solution to this issue I'm having. I've managed to gather bits and pieces here and there and they have kind of came together to get me further than I expected. I've basically went about my own little way of trying to make a photo gallery using php and flash. So far I've made more progress than I figured I would, but I have ran into a few issues and I fear I may have to start over entirely.

What I've done is pieced together some php code to read the contents of a directory, it then writes them to a php file and assigns them each a variable name and finally assigns the number of photos in the directory to a variable name, it looks like this once the script is ran[code]...

View 6 Replies

IDE :: XML PHOTO GALLERY - Make A Second Caption?

Jan 28, 2009

I am using the XML and Flash photogallery that Kirupa has in the tutorials [url]. I was wondering how I can:

a. make a second caption
b. make a caption with a link on it.

View 1 Replies

ActionScript 2.0 :: Make A Photo Gallery?

Oct 7, 2004

i need to make a photo gallery were i can just duplicate the folder"vacation_photos" and then rename it something else and not have to change the path on every freakin photo and button.

View 1 Replies

ActionScript 2.0 :: [FMX ]How Did They Make This Photo Effect

Oct 10, 2004

I found this site and I realy wonder how the made the photo effect, what you see when you going from one content page to the other.

View 6 Replies

ActionScript 3.0 :: Make A Dynamic Photo Gallery?

Nov 9, 2008

I want to make a dynamic photo gallery. The layout will be a scrollable bar at the bottom with thumbnails and then when you click one, a big version of the picture in the main window. Pretty simple layout. But! I want it to be dynamic in the sense that follows;

I have a txt file that contains the number of photos in the folder (at the moment, there are 5). Flash reads that number, and inputs that into a for statement, which then gets the filename of each of the 5 files (p0, p1, p2, etc) and slaps a .jpg on the end. Its like this so that i can add files to the folder, change the number in the text file, and be done (no site maintenance required).

Now comes the problem. I want to be able to, within the for statement, load those files AND be able to resize them. What i'm doing now is putting an instance of the gallery itself on the stage (just an empty movie clip), and in the for statement I am adding a "thumb" movie clip into that gallery movie clip, and loading the image into that. Visually:

Gallery_mc
--->thumb_mc
------->loaded image file.

The problem is that I can't resize them. I've tried using the loadercontentinfo stuff, but when i do that, it messes up my for loop somehow. I could always make all of my thumbnail files that size anyways, but I am also hoping to maybe implement my creation here in the future so that I can give it to others who aren't tech savvy and having them be able to use it without any difficulty. Here is the code:

Code:
//Create the URLLOader instance
var myLoader:URLLoader = new URLLoader()
//the data will come as URL-encoded variables

[code]....

I took out the loaderinfo stuff because it didnt work. As it stands, this version actually does sucessfully load the images, but doesnt do anything to resize them.

View 15 Replies

ActionScript 2.0 :: Using AttachMovie To Make Photo Gallery?

Feb 1, 2010

Like ordinally photo gallery, there is a big picture with some thumbs.

big picture = MC named gWindow
thumbs holder = MC named pics
thumbs = MC named p1, p2, p3...

[code]....

View 8 Replies

ActionScript 2.0 :: Make A Photo Gallery For Website?

Sep 9, 2010

I made a flash website for a non-profit organization and it needs to have a photo gallery inside of it. It needs to have 3 categories with about 20 pictures in each category; the pictures are of different sizes.

I'd like to make a gallery like this one: [URL] but I'm not sure how to do so while also having it be inside the main flash website also.

View 2 Replies

Actionscript 3.0 :: Make 3D Photo Panels XML Based?

Aug 19, 2009

How to make it XML based?

View 1 Replies

IDE :: Make A Flash Thumbnail Photo Gallery?

Sep 8, 2007

[URL] how to make a Flash Thumbnail Photo Gallery. I am designing a bigger photo gellery based on this code how do I have the photo gallery to list 2 rows of thumbs 5 accross and 2 rows. This code is the code that designs the thumbnail movie clip.

function thumbnails_fn(k) { thumbnail_mc.createEmptyMovieClip("t"+k, thumbnail_mc.getNextHighestDepth()); tlistener = new Object(); tlistener.onLoadInit = function(target_mc) { target_mc._x = hit_left._x+(target_mc._width+5)*k; target_mc.pictureValue = k; target_mc.onRelease = function() { p = this.pictureValue-1; nextImage(); }; target_mc.onRollOver = function() { this._alpha = 50; thumbNailScroller(); }; target_mc.onRollOut = function() { this._alpha = 100; }; }; image_mcl = new MovieClipLoader(); image_mcl.addListener(tlistener); image_mcl.loadClip(thumbnails[k], "thumbnail_mc.t"+k); }

View 11 Replies

ActionScript 2.0 :: Unable To Make Xml Photo Gallery?

Mar 14, 2008

i download and try to modify a xml photo gallery from kirupa in this pagemake the buttons for "next" "back".... and one button that control the slide show, but i cant find how to activate the slide show and desactivate it.

View 1 Replies

ActionScript 2.0 :: Make A Photo Slide Show By Using XML?

Jan 18, 2009

I try to make a photo slide show by using XML. where I get a step by step guide to build a photo slide show by using XML.

View 1 Replies

ActionScript 3.0 :: Make A Custom Photo Gallery

Oct 15, 2010

so i wanna make a custom photo gallery for my work, and ive seen some that i like. however, i want to MAKE it myself and not download somebody's program that does it or whatever. i know i have the necessary knowledge to be able to follow a tutorial on it but i dont know how to do it myself, you know? anyways heres one that i like, if anybody knows of a tutorial that i can do this in please let me know. [URL] the important parts are that it needs to be updated with xml and have a scroller at the bottom with buttons, not a scrollbar.

View 3 Replies

ActionScript 3.0 :: Make Outlines To Photo Gallery Bitmaps?

Jun 10, 2009

How can I make wide outlines to each photo gallery bitmaps in AS3/Flex? Or where could I find a good tutorial?

View 3 Replies

Actionscript 3 :: Make A Photo (still Image) Move In Flash?

Jun 15, 2011

I have a photo (in jpeg) of a painting of the artist. The painting has a tree which needs to be slowly revealed/drawn and then have its branches and leef move constantly.It sounds to me like this can be done in flash but I have never worked in flash before so I dont really know how to do this!Is that possible? And if so is flash the way to go or is there an easier/better way?

View 2 Replies

ActionScript 3.0 :: Make Photo Gallery Go Away When Clicking On Other Links?

Aug 25, 2009

Please go to [URL] and click on the photo gallery link. Then click on any other link. The photo gallery stays on the page! how I can make it go away when clicking on other links? The actionscript for the photo album is on the last frame in the actions layer.

View 1 Replies

ActionScript 2.0 :: Tween With Resized Photo - Can't Make It Work

Jan 25, 2007

Greetings from the Flash newby! I've got a tiny test.fla with a movieclip that just moves across the stage. Using a MovieClipLoader to load the clip into myclip_mc it works fine. If I then add some scaling or resizing in onLoadInit() it just sits there. Any way to do what I'm trying to do?

View 2 Replies

ActionScript 2.0 :: Make A Photo Gallery That Loads Pics In As Swf's

Aug 6, 2003

I'm trying to make a photo gallery that loads the pics in as swf's, and was wondering if there was any way for flash to detect the number of files that are in a particular folder on website (also the names of those files).

View 3 Replies

ActionScript 3.0 :: Make Main Images Links In Photo Gallery?

Mar 2, 2011

I've made an image gallery and it works great. What I want to do is make the main image a link to a certain part of the site. The first link works great, but then I get[url]...

Basically, I made an invisible button on each main image for the link.[code]...

View 1 Replies

ActionScript 1/2 :: Make MC (picture) Transition Each Time A New Photo Is Called

Jul 2, 2011

I've been trying to figure out a way to add a transition script to my existing AS2 code so I can make my MC (picture) transition each time a new photo is called. Using Flash CS4 and calling images through an XML document. The code works perfectly right now, except it only uses the "fade alpha" technique as an image transition. I need to use a different transition method. I prefer something a little funky if possible, but ultimately I need something like the built in "Blinds" compnent to work. Here is the current code:

[Code]...

View 13 Replies

Actionscript 3.0 :: Make A Photo Gallery That Is Dynamically Controlled Via An Xml File?

May 8, 2008

I'm trying to make a photo gallery that is dynamically controlled via an xml file.

View 11 Replies

ActionScript 2.0 :: Photo Gallery - How To Make Image Window Smaller

Jun 25, 2004

I found this really neat photo gallery on flashkit but there is no support or readme included. Hoping one of you actionscript gurus can sort through the AS and how to size this thing.. the AS code does have comments but I am not a coder. I'd like to make the image window smaller and the overall movie smaller. 325x325 or so.

View 10 Replies

ActionScript 2.0 :: Make Photo Gallery And Drag Several Square Images?

Nov 4, 2007

I'm trying to get some general info and be pointed in the right direction to make kinda like a photo gallery where they can be dragged, and moved around like several squire images that can overlap one another, and if you click an image that is under another image, it will come upfront..

View 1 Replies

Professional :: Zoom Out On Photo?

May 18, 2010

I have to create a website banner intro. So what i want to do is that the picture (470x269) so I want to start with a close up on this person face up close and then fade back into the whole picture.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved