Page 1 of 1

slideshow filemod, no tween between images

Posted: 11 Feb 2010, 06:33
by sm00th
Hello,

I have followed the following instructions to create my personal slideshow to appear when guest first arrive to the website.
Unfortunately the photos do not twean at all between them.
Where is the the option for this, or is it a parameter that I have missed out on?

example of website with a nice tweening slide show.
http://www.bicolored.eu/gallery_EN/#/content/home/


thanks again.

Posted: 16 Feb 2010, 01:52
by mjau-mjau
... and you have set SLIDESHOW to your startshow filemod? Can I see a link? Is the FLA file un-edited? Have you upgraded between two different releases of Imagevue?

Posted: 17 Feb 2010, 19:21
by sm00th
mjau-mjau wrote:... and you have set SLIDESHOW to your startshow filemod? Can I see a link? Is the FLA file un-edited? Have you upgraded between two different releases of Imagevue?
here is the link http://lenny.dmlive.co.nz/imagevuex2.1. ... /test.html

I have actually now tried to implement my own Custom filemod, implementing a swf, with code in it, which fades in images every 5 seconds, using AS3 and XML.

I have set parameters correctly, path=imagevue/filemods/imageRotate.swf

unfortunatly swf does not work.
The code im using is very similar to this link [/url]http://www.connatserdev.com/blog/?p=19[url] Would bringing in a class make it a co ... e? Cheers[/url]

Posted: 18 Feb 2010, 01:36
by mjau-mjau
It may not work with custom SWF files because of a cascade of possible issues. AS3.0 incompatibility, scope issues loading your XML relative to what?, class/function interferences between imagevue and your file.

Of course, your custom slideshow may provide some effects and functionality that the native slideshow module does not provide. However, if its just a simple slideshow filemod you want, then I recommend using the native one - If it doesnt work, there is a logical explanation!

Also, just for the record: You have startfolder=content/start/, and there is no folder by that name ... and at the time of checking your gallery, you dont have ANY filemods attempting to load in your gallery. Here are the folders loaded:
http://lenny.dmlive.co.nz/imagevuex2.1. ... ?a=folders

Posted: 18 Feb 2010, 15:30
by sm00th
Thaks Karl,

I have gone back and done a manual tween with the images, and uploaded half dozen swf, so that a random image shows up with the tween I wanted to do.
This saved time over all.