PDA

View Full Version : Can someone help? (display box and buttons)



cococomics
December 13th, 2005, 20:55
http://madcuff.com/help.gif

I would like to make a page with that type of thing on it. When you click an arrow, the next 3 thumbnails would appear and when you clicked one, that image would appear in the big rectangle. If it's not a terrible trouble, could someone help me make this?

Thanks a lot, and happy holidays!

Abush
December 14th, 2005, 01:49
i'd think you can find a script online that can do that. you'll definetly need a script to do that. I think you can also do that with flash. i dont know any flash and i cant remember any codes right now to help you with it but go on the net and search for premade scripts. I used to get some from hotscripts.com i believe, if there still around get it from them

iBrightDev
December 14th, 2005, 13:03
i am actually developing the script you need right now. i will post it as soon as it is done. :) i was looking for a similar javascript one, but couldnt finde one, so i decided to code it myself, so dont worry, it is free.

cococomics
December 14th, 2005, 18:48
Aw thanks jstgermain! That's awesome of you to do! I seriously appreciate it. i'll be happy to wait

d-w host
December 15th, 2005, 07:34
i have a script that does that, althogh the code is in html, and you need to edit it whenever yo add pictures.

~GURU~
December 15th, 2005, 10:13
when anyone has the script could someone give it to me?

Thanking you all in advance

d-w host
December 16th, 2005, 04:17
when anyone has the script could someone give it to me?

Thanking you all in advance

Give? lol, i've made a script that just like that.

TaintedPearls
December 17th, 2005, 23:37
you want to make a slideshow album?? if so, that can be done using photoshop.

veggie1232
December 18th, 2005, 01:19
http://www.airtightinteractive.com/simpleviewer/

that is simple veiwer i think it would be a great program to use in it my mom uses it to show her photography and its really easey to use. if you wana check it out my moms site is

http://www.DigitalSaladOnline.com

scroll down and pick food or somthing (bads page doesnt work) and then it shows you. you canvalso click the right side of the pic and it will change to the next pic or use the menu next to it

~GURU~
December 18th, 2005, 06:53
never mind i'll make it in Macromedia captivate :D

d-w host
December 18th, 2005, 07:52
in photoshop you can generate it as flash

iBrightDev
December 20th, 2005, 13:00
i almost got it, but i am having trouble with it displaying properly. i will still GIVE it to you for FREE, unlinke d-w who doesnt really seem to care about helping anyone, only about what is in it for him as profit. so i will be helpfull and GIVE it to you when done. :)

cococomics
December 21st, 2005, 17:19
thanks you guys! I will make sure to check all this stuff out, including your mom's site, veggie1232. jstgermain, thanks for the generosity! I'm looking forward to your finishing the script!

iBrightDev
December 28th, 2005, 15:32
the script is finally finished. I had to combine a couple scripts to make the appropriate one for this instance of how you wanted it. :) now i have a script that is similar to many other ones, but not exactly yhe same sice i could not find one. all the other similar ones either have the image view as a popup window, or do not have a vaw to scroll through the images as you have described. so here is a link to see a sample of what i have. if you like it, let me know, and i will put it in a zip file and email it to you. http://www.methodcomptech.com/testgallery/ :biggrin2:

anyone else that likes this script, PM me, or email me at jstgermain@methodcomptech.com and I will give ti to you FREE. No trying to charge people like d-w-host. i am here to help, not charge people. so enjoy.

felguard
December 28th, 2005, 15:38
Nicely done, does the script automatically resize the image if its not the right size?

iBrightDev
December 28th, 2005, 16:17
if the image is not the right size, it will actually cut part of the image off

i will work on getting it to resize it automatically, but not sure if i will be able to figure it out. if anyone knows, let me know, and i will impliment it.

i have saved all the images in photoshop as the same size, including the thumbnails to that they look right. you can not use thumbnails if you would like and have it automatically resize the original images, but the image will be stretched since i have it set to display the image a certain size. that can easily be changed. :)

Paul White
December 28th, 2005, 16:54
also, another one is....

http://flashimagegallery.com

iBrightDev
December 28th, 2005, 17:03
that one is nice, but not the same. it loads the image and no more thumbnails are in the view. sut still nice. i am not one to really like flash though. but that is just me. :)

iBrightDev
December 28th, 2005, 23:45
if anyone else wants it, let me know, and i will gladly send you a link to the zip file for downloading. :)

iBrightDev
December 29th, 2005, 11:54
I have changed the look just a little bit, and have made the functionality of the gallery better by making the next and previous arrows appear and disappear when nessessary. :) if you already have the link to download the file, then you can just just the same link I sent to you before. the new zip file contains the updated files. if you dont have it and would like it, PM me or email me at jstgermain@methodcomptech.com

mgpremierhost
January 7th, 2006, 01:38
Could you send me a copy to mathew@mgpremierhost.com

Is there any way you could make it display like 12 images (3 rows 3 columns) at once for larger image galleries?

Thank you

iBrightDev
January 7th, 2006, 07:40
mgpremierhost, yes, you can display more images. you just have to tell it to display 3x3 instead of 3x1 to get 12 images. look at line 249 (if you are useing dreamweaver), and if you are not, look for the line that says:

var dimension="3x1" //dimensions of the gallery from colum to row, where 3 is 3 across and the 1 is for 1 down.

i will PM you with where to download the zip file containing the files you need.

kaihao96
January 16th, 2006, 01:43
Maybe iframe? I'm sure iframe can...

iBrightDev
January 16th, 2006, 08:54
Maybe iframe? I'm sure iframe can...

this script does not use an iframe, and why would you mention using one? it is not nessessary to use something like that.