Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-05-2009, 12:29 AM   PM User | #1
bk123456
New to the CF scene

 
Join Date: Feb 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
bk123456 is an unknown quantity at this point
Advance image gallery - want fullsize images to be slideshow

using the code from here
http://www.oman3d.com/tutorials/flash/xmlimagegallery/

I would like to make the full-size images start an auto slideshow.
Still want the scrolling thumbs.
I tried to follow the thread fro Jeremy but was not sure where to put the changes.

Could i please get the entire code with all of the changes that guermantes and Jeremy made? I tried to follow the changes but am getting lost.
bk123456 is offline   Reply With Quote
Old 02-05-2009, 08:49 AM   PM User | #2
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
Well I'm a big fan of helping, but in this case I think its better for you to follow that tutorial and understand the code before changing it to do what we did. If you are getting lost, then start by looking up some of the code used to figure it out.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Old 02-05-2009, 11:32 PM   PM User | #3
bk123456
New to the CF scene

 
Join Date: Feb 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
bk123456 is an unknown quantity at this point
Jeremy on advance image gallery slideshow

Jeremy, I have gotten the original Advance Image Gallery code to work.
I tried to follow the session you had on adding the slideshow to the large images.
I followed all of the code except the last change where guermantes took 3 hours to figure it all out and he "turned your code into the following" . . .

/*pick up click on main image and if so restart slideshow (load one image immediately while waiting for slideshow to kick in)*/
_root.fullImage_mc.onRelease = function() {
clearInterval(autoplay);/*Needed to prevent movie mayhem when people try to doubleclick large images repeatedly*/
callFullImage(current);
current++;
if (_root.myImagesTotal == current) {
current = 0;
}
autoplay = setInterval(slideshow, 5000, _root.current);
};

I am not clear on which parts that code replaces or where to put it.
Any help is greatly appreciated. I have been working on this for some time.
Thanks.
bnk123456
bk123456 is offline   Reply With Quote
Old 02-06-2009, 03:50 PM   PM User | #4
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
You'll have to contact him about that, I don't have the final code either and don't have time to go through it line by line right now.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:39 AM.


Advertisement
Log in to turn off these ads.