PDA

View Full Version : flash slide show?



vinnie
March 19th, 2006, 07:04 AM
Hi, i'm new to the site, but like i said in the

introduction section i think this a very nice site. I see only one problem,

and it is a small one. You guys are obviously good at flash, why not have a

flash slideshow in you map section to show the pics so that you don't have

to keep loading the screen every time you hit next. I'll dig up the

actionscript for it and post it later in case you like the idea.

vinnie
March 19th, 2006, 07:10 AM
ok so not so much

later as 5 min later...

next button:
on (release) {


if('filename'._currentframe<'filename'._framesloaded){


'filename'.nextFrame();
}
else

'filename'.gotoAndStop(1);
}

Previous button:
on (release)

{
if('filename'._currentframe>1){


'filename'.prevFrame();
}
else

'filename'.gotoAndStop('filename'._framesloaded);
}

Netrosis
March 20th, 2006, 08:58 AM
because it does more than just load pictures.

Oscar
April 2nd, 2006, 11:47 AM
But thanks anyway