Nice file.
Posted 2 months ago
This file do a simply slideshow of pictures through external XML file.
The slide is leaded by a class file and use Fuse package to make the transition.
The fla file need 2 parameters to align the image into the stage: x and y.
22/09/2008 Added the Fuse package into the zip file.
i purchased the file and after unzipping the fla files and tried to export it, it wouldn’t work.
Posted 2 months ago
Yes, you need to download the Fuse package then unzip it and copy the com folder into the folder of the image slider.
Posted 2 months ago
We bought this and it throws up an error when you test the .fla (with no ammendments).
The class or interface ‘Fuse’ could not be loaded. var fuseA:Fuse = new Fuse(); – this is in imagesource.as.
Please assist.
Posted 2 months ago
davide@jooq.net – I added you on MSN so we can talk about some custom work.
Posted 2 months ago
You have to prepare the pictures of the size you need. flash side do the slide and position the images on the stage at the x and y axials.
Posted about 1 month ago
Hmm, I’m still having some troubles. I have a pictures 668×668 pixels, so I changed the “canvas” size in the .fla file to 668×668 and changed the x and y cordinates accorordingly, but when I publish it, it shows the picture in the cut off with a white border. Any suggestions or ideas?
Posted about 1 month ago
Hi, did you commented the code relative to the mask and background at the lines ?
See below:
this.attachMovie("mask_mc", "mask_mc", 0);
mc.setMask(mask_mc);
this.attachMovie("background_mc", "background_mc", this.getNextHighestDepth());
Posted about 1 month ago