Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




[F8] Help With Photo Reel



nevermind..



FlashKit > Flash Help > Flash Newbies
Posted on: 10-05-2006, 07:24 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Demo Reel
I'm not sure if this is posted in the wrong forum. If it is, sorry

Ok, this is what I need done. First of all, if you have been to my site you know that my sister and I are a brother-sister tap team. We are looking to make a demo reel using some of our video clips that we have.

Now, I have no idea where to start .

If someone could please contact me on any of the instant messenger programs, or email me at michael@twofortap.com to help me, I would really appreciate it.

Thank you, and I hope to hear from someone soon!

Michael
www.twofortap.com

Cotton Reel
here's a little thing i made whilst i was messing around.

my idea was to create a 'cotton reel' that is on a spring so that you can pull string from it, and when you loosen your string, it rolls back up.

take a look
[swf=http://www.kirupa.com/forum/attachment.php?attachmentid=13863]height=700 width=700[/swf]

[edit]updated it so it's smoother when you roll over it - my friend complained [/edit]

Help With Picture Reel
I'm creating a picture show reel. It's very basic, but it's only for learning purposes. As far as I can tell, the Actionscript is correct. It's supposed to show three slides, but instead it's showing four. And the first two are overlapping each other. Can someone take a look at it for me? Thanks. I'll also post the code. It might be fruitless though if not looking at the FLA. It can be obtained from here

center = Stage.width/2;
cellWidth = reel_mc.cell_mc._width;
_root.onEnterFrame = function() {
leftStop = center-reel_mc._width+cellWidth/2;
rightStop = center-cellWidth/2;
reelSpeed = (_xmouse-center)/10;
reel_mc._x += reelSpeed;
if (reel_mc._xrightStop) {
reel_mc._x = rightStop;
}
};
function NewCell(num, details) {
oldClip = _root.reel_mc.cell_mc;
newClip = oldClip.duplicateMovieClip("cell"+num, num);
newClip._x = num*300;
}

NewCell(1, "");
NewCell(2, "");
NewCell(3, "");

Picture Reel Problem
*~ Made Using : FlashMX ~*

I have just tried to make a flash picture reel that loads up jpg's externaly and shows them in the picture viewer that you can scroll horizontaly (Newbie stuff or what! But that's me newbie ) Anyway when the pictures load up they don't load in the position of placeholder_mc and only one of them actually shows up? I need to know why they wont show in place? If you need to see the file I have ZIP'd it up and attatched it to this post with the pictures to.

Thanks in advance.

PS: I kinda need help A.S.A.P. so if you can be as quick as possible.
Cheers

Studentmonster

Reel Rolling Effect
How can i recreate the effect of reels on a fruit machine rolling and then stopping. I want to create a banner where the reels roll and then stop one by one with my title in each reel but i want it to look realistic.

Thanks for any help

Old Film Reel Effect
How can I do an old fashion film effect with scratches, the number countdown, and maybe even the sound of it all too? Is there a tutorial out there that will help? I am not sure if it would have to be a separate movie loaded on top of the main movie I want to show though.

Movie Reel Turning
Can anyone tell me the steps to make a movie reel turn while staying in one place?

Scrolling Picture Reel
Hi I need some help please. I am trying to accomplish a scrolling pic reel exactly like the one on this website http://www.lomamedia.com/V1.html. I want it in a bottom, scrolling continously without any pause or break in between and so far i have came up with this code only

onClipEvent(enterFrame){
this._x += 3
}


If someone knows the correct script please help. I can only use actionscript 1 that is what's compatible with my editor.

Scrolling Picture Reel
Hi I need some help please. I am trying to accomplish a scrolling pic reel exactly like the one on this website http://www.lomamedia.com/V1.html. I want it in a bottom, scrolling continously without any pause or break in between and so far i have came up with this code only

onClipEvent(enterFrame){
this._x += 3
}


If someone knows the correct script please help. I can only use actionscript 1 that is what's compatible with my editor.

Embedding A Demo Reel F8
What is the most effective way of showing video on the web?
Do I embed a flash video on my flash site or open a seperate url
as a quicktime or wmv?

Do I need a seperate streaming app or is flash effective enough?
The demo reel needs to be small but still have sharp image, It will be higher quality than normal as it is an efx reel.

Any ideas?
Ant

Scrolling Reel Problem
I created a continous slide show usind the scrolling reel tuturial. The show works fine, the problem is when I load slideShow.swf into another movie clip in another movie.

I want the slideShow.swf to play when a certain button is pushed. So far in the home timeline on the first frame of the actions layer I have this:

button.onRelease = function() {
if (_root.section != "slideShow.swf") {
_root.section = "slideShow.swf";
_root.transition.gotoAndPlay("closing");
}
};

the movie clip that the slideShow.swf is loading into has an instance name of "container."

This is the code on the first line of the slide show

slide_number = 17;

reel_speed = 1;
slide_count = 3;
m1 = _root.content.slide_1;
m2 = _root.content.slide_2;
m1._x = 0;
m1._y = 0;
m2._x = 600;
m2._y = 0;
_root.content.onEnterFrame = function() {
_root.content.moveLeft(reel_speed);
};
function moveLeft(nPixels) {
m1._x -= nPixels;
m2._x -= nPixels;
if (m1._x<-600) {
m1 = _root.content["slide_" + slide_count];
slide_count = slide_count += 1;
if (slide_count > slide_number) {
slide_count = 1;
}
m1._x = 550;
m1._y = 0

}
if (m2._x<-600) {
m2 = _root.content["slide_" + slide_count];
slide_count = slide_count += 1;
if (slide_count > slide_number) {
slide_count = 1;
}
m2._x = 550;
m2._y = 0;
}
}

What I have noticed is the first slide loads corectly, but then the rest don't work. Do I have a wrong path for all of the slides except for slide_1?

Continuous Movie Reel?
Hello guys...

I'm trying to dynamically bring in a selection of images in a row from left to right or right to left for the full width of the stage...

I've been to: http://www.actionscript.org/tutorial...el/index.shtml

but I need something that starts from the edge of one end and continues untill the other...

Cant figure out the script....please help

Flash Demo Reel: What's The Best Way To Put This Together?
Hey all,

I'm putting together a demo reel of a variety of Flash projects we've done.

I would like the resulting file to be controllable with a Flash controller, meaning I'd like users to be able to pause it, rewind, fast forward or scrub through it.

I already have a component for the VCR style controller but how would you suggest putting the various pieces together in a way that it will be controllable?

- Should I bring in each of the various Flash movies as a separate scene in an external movie, then export it as a SWF and load it into a holder MC?

- Should I bring each of the various movies into a separate slide? Would slides even work with a controller?

Is there a comletely different way altogether? What do you guys think?

Scrolling Picture Reel
Hi I need some help please. I am trying to accomplish a scrolling pic reel exactly like the one on this website http://www.lomamedia.com/V1.html. I want it in a bottom, scrolling continously without any pause or break in between and so far i have came up with this code only
onClipEvent(enterFrame){
this._x += 3
}

If someone knows the correct script please help. I can only use actionscript 1 that is what's compatible with my editor.

Web Site Intro Reel
hi im designing a web site for my friend he is a rapper and he is going to have a show and we want to make a coming soon reel for his web site on the reel ive seen it before where you could see all the things the website does how can i do that does anyone know of any info for this.

Flash Reel 4 Real
Hi guys..

Been out searching for a job/internship.. came a cross this realy cool company http://www.ontwerp.tv/v4/ here in Johannesburg SA check them out.

Well the boss there told me i should prepare a reel that showcases my animation skills alongside my Design skills ( obvious ) using any software that am comfortable with (which is flash8 ), ever since ive been doing alot of research on this and came accross some realy cool animations out there like http://www.andreaswannerstedt.se/session/ .... done by the famous Andreas Wannerstedt ( got me all worked up )

I would like to adopt a simmilar idea as this http://www.andreaswannerstedt.se/session/ on my flash reel , but obviously diffrent colours , layout and content ,... my main problem is i am not so sure what processes to follow to achive this kind of clean effects...

( is it action scripts , or just filters or both ? and how does he get to have all the graphics interact that well switching from scene to scene)

So if theres any flash gurus out there who have any ideas please holla and lets discuss ...

Thanks ... help will be much appreciated ...

am at www.klausy.net & affiliated at www.elektroliquid.com

Flash Demo Reel: What's The Best Way To Put This Together?
Hey all,

I'm putting together a demo reel of a variety of Flash projects we've done.

I would like the resulting file to be controllable with a Flash controller, meaning I'd like users to be able to pause it, rewind, fast forward or scrub through it.

I already have a component for the VCR style controller but how would you suggest putting the various pieces together in a way that it will be controllable?

- Should I bring in each of the various Flash movies as a separate scene in an external movie, then export it as a SWF and load it into a holder MC?

- Should I bring each of the various movies into a separate slide? Would slides even work with a controller?

Is there a comletely different way altogether? What do you guys think?

Flash Picture Reel
I'm a noob at Flash, but I need to make this scrolling-picture movie from a folder of images. There will be no reaction from the mouse; it will just be a picture gallery that scrolls horizontally.

This is what my boss gave me:



Does someone know of a good tutorial I could look at?

Old Movie Reel Effect
I am wanting to make an old movie reel effect for my website using Flash 5. My navigation bar is going to come down and run by much like it would if it were going through a projector. When it stops I want all my links to look like slides from the reel. Any suggestions on where to start or how to go about doing this?

Flash Image Reel
hi guys !

from a long time ago i have been thinking how paramount pictures made the reel of the current movies playing

look at this : http://www.paramount.com/

anyone knows the logic behind that flash reel, or can give a link to a tutorial where teach this ?

cheerz !

How Do You Create A Movie Reel Effect?
I'm am developing in FLASH 5. What is the best way to create a movie reel effect. For instance if you what the perfed edges to acclerate in a forward motion for 20 frames and reverse for 10 frames at a slower rate and then back to a forward motion. Is this done with actionscript or can it be done without? Can you do this with a mask?

Old Time Movie Reel Countdown
Can anyone point me towards a tutorial or just a movie example of an old time movie reel countdown. Like a black and white 5,4,3,2,1 thing. I have one made, but it lacks the authentic look and feel so I need some pointers. I saw one of these quite some time ago, and now I can't locate anything on it.

thanks!

Script To Move A Reel Of Pics?
Hi there

I have a website I'm working on, and I have the stage 700x400 filled with the first image from a reel of pics (the reel has 5 pics, each 700x400).

I want it to work so that when I click on one of the buttons, the reel moves along to the next pic in line (gliding in, not just budging up). I guess that means once you've clicked 4 buttons, it will start moving backwards? Not sure, to be honest.

Any ideas what kind of thing I need for this?

All help gratefully received.

Steve

Looking For Mouse Reel Effect Like Www.skyimagestudios.com
Hey all, does any one know of a tutorial, or could point me in the right direction for a mouse reel effect like the one on http://www.skyimagestudios.com ? I've seen these around, I just can't find anything on it. Any help would be appreciated. Thx

Show Reel Wows (linking Several Files)
ok I've made 5 clips in Flash MX (they're all from different project files) .. but when I try to put them in a new project to produce a little show reel none of the clips work......

What's the best way to produce a little show reel??

ta,

mojo

Dynamic News Reel From XML - That Doesnt Scroll
Hi All,

Okay, I've created a flash (using MX) that I hard coded to have buttons (text w/ clear background) that scroll up to a point, stay there for 20 seconds or so and then scroll back down the way it came; then the next button scrolls up and so on ...

What I'd like to do is make this dynamic - meaning have a new button be created & placed into the animation dynamically from the text of a XML document (aka - not imaged based). That being said, though I've patched together a nice gallery using a similar technique, I'm really clueless on how to apply that to this. Creating/loading the XML I think I can handle. What I dont know is how to have the flash have the animated intro I want - then dynamically create all of the buttons (basically putting the new text on the clear background w/ the correct as link listed in the xml), have them go up then back down & move to the next. Then when all of the buttons are done, have the closing animation.

Does anyone know how to do what Im hoping to do? Know of any good tutorials on this (I've found things close but they arnt close enough)? Am I even being clear?

Thank you for any help you can toss me.

Creating A Showreel/demo Reel With Flash Movies
Hi,
I want to make a showreel/demoreel of my flash character animation work as opposed to making a portfolio website. It is purely flash movies with no interactivity and so I want to make a linear showreel (or just very long movie of my work). I have just found that it is near impossible to import flash .swf files as quicktime movies into After Effects as AE 7 doesn't seem to read the quicktime movies, or quicktime doesn't read the swfs, I don't really know.

Does anyone know of a quick way to edit my flash movies into a demo reel format? Are there any freeware packages that I could use. I would want to ouput to either swf or a quicktime file.
Many thanks in advance.

Roll Over A Small Photo And Above It (or Beside) The Large Photo Is Displayed
Hi All
What is this called: When you roll over a small photo and above it (or beside) the large version of the photo is displayed. I would like to create a photo gallery that works this way. Could someone tell me what this is called? Or better yet, where I can learn how to do this? A free tutorial perhaps?

Loading Next Photo In The Background While View The Current Photo
Is there a way that when you are viewing a photo in the Photo Slide Show using XML > http://www.kirupa.com/developer/mx20..._slideshow.htm

The next photo in the slide show downloading, and once it has it than triggers to display the photo instead of having the preload bar?


Another cool feature > I created the xml to be dynamic based on the photos within a directory, some slideshows might one have 1 image in the direcotry. Is there away to stop the slideshow if this only one image, and only play the slideshow if there is more than 1 image?

Kirupa - Create A Photo Gallery, How Could I Put A Caption For Each Photo?
Hi all, im new here i stumbled upon the photo gallery page when looking at how to create one for my website, thanks to sbeener for the code! :-). It works perfectly however how could i change/add to the code so that for a specific photo a certain caption appears which changes for each different photo?

Any ideas will be greatly appreciated.

cheers, alex350r

Photo Gallery Tutorial Turned Into Photo Carousel
i've taken the tutorial on this site on how to create an flash photo gallery that loads the content from an xml file. i'd like to alter the output of this fine tutorial and would appreciate any help in doing so.

i would like to create gallery, but instead of only showing one picture at a time, i would like to have a carousel effect where more than one picture is shown at a time, and the buttons control the turn of the carousel. i'm thinking in order to do this i'll need to have the as create a movie clip for each picture (maybe during the for loop). each mc instance would have to have a unique name, and then the buttons could play with the properties of each created mc instance.

here's the code from the tutorial on this. any help would be much appreciated....

function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;
image = [];
description = [];
total = xmlNode.childNodes.length;
for (i=0; i<total; i++) {
image[i] = xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue;
description[i] = xmlNode.childNodes[i].childNodes[1].firstChild.nodeValue;
}
firstImage();
} else {
content = "file not loaded!";
}
}
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("images.xml");
/////////////////////////////////////
listen = new Object();
listen.onKeyDown = function() {
if (Key.getCode() == Key.LEFT) {
prevImage();
} else if (Key.getCode() == Key.RIGHT) {
nextImage();
}
};
Key.addListener(listen);
previous_btn.onRelease = function() {
prevImage();
};
next_btn.onRelease = function() {
nextImage();
};
/////////////////////////////////////
p = 0;
this.onEnterFrame = function() {
filesize = picture.getBytesTotal();
loaded = picture.getBytesLoaded();
preloader._visible = true;
if (loaded != filesize) {
preloader.preload_bar._xscale = 100*loaded/filesize;
} else {
preloader._visible = false;
if (picture._alpha<100) {
picture._alpha += 10;
}
}
};
function nextImage() {
if (p<(total-1)) {
p++;
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
picture_num();
}
}
}
function prevImage() {
if (p>0) {
p--;
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
picture_num();
}
}
function firstImage() {
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[0], 1);
desc_txt.text = description[0];
picture_num();
}
}
function picture_num() {
current_pos = p+1;
pos_txt.text = current_pos+" / "+total;
}

Photo Gallery Help - Increase Height Of Main Photo
I have downloaded and walked through the steps in creating the Photo Gallery and have it working properly for my Horizontal shots. However, I am having trouble with displaying my Vertical shots (Height-300 x Width-200). How can I extend the flash in height to display my vertical pics properly?

Also, is there any cody that I can enter between the <Caption> </Caption> that would eliminate any caption being displayed? If it is left blank, it auto inserts undefined.

Thanks!

Help With: Last Photo Of A Transition To Transtion Back To First Photo...
I have a photo transition movie Ive created but how can I get the last photo to transition back to the first photo so it looks like all the other smooth transitions between photos?

Thanks guys/gals

I Have A Photo That Is A Thumbneil And When I Click On It I Want To Expend The Photo
To expain in detial my probem i have a thumbneil photo and when i click on it I want to display above the thumbnail a larger photo below is the action script I believe will cause this to but maybe not i do not really understand the script full what it is suppose to be doing - here is what i have done in my flash application I have overlaid this bttn_area as a hit zone over the thumbneil photo so when i hit the zone over the thumbnail photo i need to disos play a bigger picture. The thumbniel is 87 by 72 or so
and the large photo 592 by 400 or so can some one help me. THANKS

Up Over Down hit

This is the cation script but how do i modify it to display the filename.jpg when i click on the thumbneil called lets say thumb.jpg so where in this action script do i refenernce the photo names *.jpg. THANKS

on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release){
if(_root.f<>1){
_root.cont.cont2.fotos.gotoAndPlay("s1");
_root.f=1;
}}

How To Create A Photo Gallery Of Hundreds Of Photo?
I saw the tut for the creating of photo gallery. Is it possible to do a photo gallery like this one (http://www.kriztal.com/flash.html) with hundreds of them? Do i have to key in the Action dialog all the photos' name in it? Is there another method of doing it with the effect of the web site i gave?Pls give some guidance and advice.

Photo Gallery - Only Loading Every Other Photo [urgent]
I've made a photo gallery from the MX tutoial, modifying it a bit for my needs. When I was using local images they would load fine and every one of them would display. I altered the XML to load images using URLS and now only every other displays (I've checked the urls are correct) - though because of the sequence I can see every image.

There are 7 images and my prev/next buttons loop, so the sequence I get is...

1,3,5,7,2,4,6

Any ideas?

Kirupa Photo Gallery - How To Load 2 Instead Of 1 Photo?
Hi!

How are ya?

I found the tutorial by Kirupa --> http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm

Followed the tutorial and everything works great.

However I'm looking for a solution to load 2 instead of 1 photo at a time.

current situation:
[photo 1] *next button* [photo 2] *next button* [photo 3] .. etc!

wanted situation:
[photo 1][photo 2] *next button* [photo 3][photo 4] *next button* etc!!

think of it as a magazine!

How to do this? I tried copy-ing stuff in the actionscript layer and start adding 2's on places that were now double...figured i was doing it right but i was wrong, its not working

I really hope someone can help me out, greatly appreciated!
Thanks a lot.

RocketGuns

Merge Photo Slideshow With Photo Gallery
I am currently working on a website to display photos and have found kirupa's tutorial using the slideshow method very helpful. But I want the added user flexibility to stop the slideshow or skip to another image in the slide-show sequence at any time. So, if you can envision entering the site, a portfolio of images starts to cycle while the user can see what image number he/she is on and skip to or pause the slideshow. I'm not very code savvy and would love some help/ideas where to find help!

Load Photo Fade Last Photo
What I am trying to do is;

When you click to the next photo it keeps the one that is already there till the new one has 100% loaded then it fades the old one down and the new 100% loaded fade up. This way there is never the background color there while the photo is loading. So there is a smooth transition between the loading and the fading of the old and new image.

So I had to make two clips one holding the old photo and the other holding the new photo and toggle between the two to either fade up or fade down.

Here is the code there is two things wrong. One is I want to trigger the fadeIn only when the fadeOut is totally finished this way it looks better. Right now the both do fadeIn and fadeOut together.

Also if you check it on this link you will see that it sometimes has a delay before it fades up the new image. If you don't see it empth cache and play again.

Code: .............

Photo To Photo Morphing, Is There Such A Thing?
Hi i searched around and only found tutorials for basic shape to shape morphing which i can already do. I want to do photos to photos like on TV. like a picture of a dog to a cat. can flash do it? and if so how?

Need Photo To Photo Animation For Header
Hi - I'm new to Flash - just bought CS3 web suite, and the included help files are not helping.
I just need a simple header animation that will display through a group of photos with a fade-in/fade-out between each one.
I have sized my pix to the stage, and have them in the library.

Should they be movie clips or symbols?
How do I get them to do what i want? I have made them into an animation in PS, but the file is clumsy and large-size, or converts to lo-res gif. Figured Flash ought to do this, but i can't figure out how.

much thanks,
autwnd

Help - My Photo Xml Photo Album's On Fire...:)
Hello there,

I have recently completed the tutorial on how to make a slideshow with thumbnails. It is found here: http://www.kirupa.com/developer/mx2004/thumbnails.htm . I figured this would be a great way to show off a friends photogallery. The site is viewable here: www.prestigeinteractive.com/anneliephotography .

Well I can get it to work, however, when I try to load the swf file into another fla, the paths are messed up. Sadly, I am not good with code, so I am wondering what lines would need to be fixed in order to make this code work?

First I will tell you how I've structured the site.
- I have a swf file that basically loads a bunch of swf files into their appropriate x y coordinates.
- I have buttons that when selected open up external swf files into a movie clip called siteContentPage_mc . (this is where the site's content is loaded)
- On one page that is called portfolio, I want to have my slideshow photogallery page load. I am wondering how I would have to modify the code to make it work in this setting. I know it has to do with paths, but I am not sure which one's need changing. Currently the xml file resides in the folder with the swf files.

Here is the code at this time.









Attach Code

function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;
image = [];
description = [];
thumbnails = [];
total = xmlNode.childNodes.length;
for (i=0; i<total; i++) {
image[i] = xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue;
description[i] = xmlNode.childNodes[i].childNodes[1].firstChild.nodeValue;
thumbnails[i] = xmlNode.childNodes[i].childNodes[2].firstChild.nodeValue;
thumbnails_fn(i);
}
firstImage();
} else {
content = "file not loaded!";
}
}
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("images.xml");
/////////////////////////////////////
listen = new Object();
listen.onKeyDown = function() {
if (Key.getCode() == Key.LEFT) {
prevImage();
} else if (Key.getCode() == Key.RIGHT) {
nextImage();
}
};
Key.addListener(listen);
previous_btn.onRelease = function() {
prevImage();
};
next_btn.onRelease = function() {
nextImage();
};
/////////////////////////////////////
p = 0;
this.onEnterFrame = function() {
filesize = picture.getBytesTotal();
loaded = picture.getBytesLoaded();
preloader._visible = true;
if (loaded != filesize) {
preloader.preload_bar._xscale = 100*loaded/filesize;
} else {
preloader._visible = false;
if (picture._alpha<100) {
picture._alpha += 10;
}
}
};
function nextImage() {
if (p<(total-1)) {
p++;
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
picture_num();
}
}
}
function prevImage() {
if (p>0) {
p--;
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
picture_num();
}
}
function firstImage() {
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[0], 1);
desc_txt.text = description[0];
picture_num();
}
}
function picture_num() {
current_pos = p+1;
pos_txt.text = current_pos+" / "+total;
}
function thumbNailScroller() {
// thumbnail code!
this.createEmptyMovieClip("tscroller", 1000);
scroll_speed = 10;
tscroller.onEnterFrame = function() {
if ((_root._ymouse>=thumbnail_mc._y) && (_root._ymouse<=thumbnail_mc._y+thumbnail_mc._height)) {
if ((_root._xmouse>=(hit_right._x-40)) && (thumbnail_mc.hitTest(hit_right))) {
thumbnail_mc._x -= scroll_speed;
} else if ((_root._xmouse<=40) && (thumbnail_mc.hitTest(hit_left))) {
thumbnail_mc._x += scroll_speed;
}
} else {
delete tscroller.onEnterFrame;
}
};
}

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+(eval("thumbnail_mc.t"+k)._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);
}

Photo Spacing For XML Photo Gallery
Im new to this forum and Im also fairly new to action script. I have some questions regarding the Photo Gallery using XML and Flash. I'm only using the thumbnail portion of this tutorial. The problem that I'm having is that Im using photos with different widths. When I add these photos into the gallery they either overlap eachother or have very wide gaps in between. I've attached my .fla file and my .xml file. PLEASE HELP. Im pretty sure the problem is my action script but I dont know where to go. Thanks.

Photo Scalable Photo Gallery
Hi
Im trying to make a video gallery similar to this
http://www.fiesa2006.com/ (under gallerai link)
Is there a good tutorial on this
thanks in advance

Photo MCs In Photo Gallery
Hi

I hope someone can help me,
I have created a flash photo gallery which you can see here click here
what i want it to do is, while its loading the next photo/mc is to still show the original one until loaded.

I can post fla files so you can see more info if this helps.

Cheers
Dean

Dissolve One Photo To Another Photo
Hi guys,

I have two images the same size and want to dissolve one image to another image, like the first flash movie here:
http://www.flashnifties.com/xml_slideshow.php

What would I need to do this?  I have tried two images on one layer with a shape tween, but this does not achieve the effect.

Any ideas?
------------------------------------
There's no place like 127.0.0.1
------------------------------------


Photo Help
i have a picture that i want to fade into a background. like putting an opaque gradient on it from left at 100% to right at 0%. now it seems this should be possible but i cant figure it out. im using fireworks but im sure i can translate photoshop advice. any help would be awsome.
thanks

Photo's
Hey how do you make it so when you open the site it reads the number of photos in a folder so lets say theres 10
dcp_1.jpg
dcp_2.jpg
dcp_3.jpg
etc etc
then displays them all in this fashion

<+++++>

the 5 +'s are photos and the arrows make them slide left or right revealing more.. and it keeps slideing untill it hits the last one and bam it slides no more hehehe. OH YEAH LOL these will be thumbs and when you clicked on them it would load the full size pic somewhere on the screen NOW if someone out there is nice enough to help me.. I can do a lot in flash **cant seem to get this lol** and i have a linux box with unlimited space etc etc so i will find a way to thank you.
Any help anyone could give would be GREATLY apreshaited

Thanks so much
Mike

Photo's
I didn't know where to post this so its probably in the wrong place but here goes:

Is there anywhere i can get good professional looking photo's of business people for a business website such as the one of the lady at http://www.chameleondata.com/siteindex.html I know you probably have to pay for that and if so which are the best sites for stock photos?

Copyright © 2005-08 www.BigResource.com, All rights reserved