solid work! cool
Posted 3 months ago
UPDATE 24 August 2008
With this update there are the followed options:
- Activate / Deactivate the random slideshow
- Activate / Deactivate the regular slideshow
- Activate / Deactivate links on images
- Activate / Deactivate tooltypes
- One additional text effect included in the pack
This file is running a slideshow of pictures and captions through external XML loaded at random or not at random following the xml nodes.
I setted to random way, the script prevents loading the same image where it is shown.
The effects of the caption included in the slideshow are two of the 66 that are in the XML CAPTION SPLITTER pack and it’s insert into the .fla file as #include statement. This mean that with one of the 66 text effects of XML CAPTION SPLITTER it will be really easy change effect of the caption.
The slide show instead comes from RANDOM SLIDESHOW but with the difference that is no longer used the setInterval to load a new pic, but the loading of images is decided by the function that determines the animation of captions.
I have just purchased this file, and I love it. 1 question I have – is it possible to turn off the random selection?
Many thanks T.
Posted 3 months ago
Hi, yes it’s possible but explain here it’s difficult. I’ll contact you via email and then I’ll show you what you need to do.
Thanx.
Posted 3 months ago
To add links to each picture is very simple… just add the node in the xml and then intercept the link in the .fla
Posted 3 months ago
Random selection response.
Sorry for not including my email – my email is tonywalker@gmail.com -
Many thanks – the file is terrific.
Posted 3 months ago
XML file is the images folder:
<imgItem imgName="7.jpg" capt="7 # Space between words is editable." />
imgName receive the file name
capt receive the caption string
Posted 2 months ago
No, via Flash.
Open: the SplitString.as file and change
fmt.color = 0xCCFF00;
then, always in the same file find the 2 statement
FuseFMP.writeFilter( ...
and adjust the color in order of the font color you choosed before.
Posted 2 months ago
can i load it in an other fla ?
action like this : loadMovie(“SlideShowMirroredCaptionLink.swf”, prod2clip);
doesn’t work ???
please help
Posted 2 months ago
Why not ?
I have a fla file, in the first frame I added :
this.createEmptyMovieClip("box_mc", 0);
this.loadMovie("SlideShowMirroredCaptionLink.swf", box_mc);
and work
Posted 2 months ago