Search…

X3 Photo Gallery Support Forums

Search…
 
sm00th
Topic Author
Posts: 18
Joined: 09 Feb 2010, 15:39

slideshow filemod, no tween between images

11 Feb 2010, 06:33

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

16 Feb 2010, 01:52

... 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?
 
sm00th
Topic Author
Posts: 18
Joined: 09 Feb 2010, 15:39

17 Feb 2010, 19:21

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]
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

18 Feb 2010, 01:36

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
 
sm00th
Topic Author
Posts: 18
Joined: 09 Feb 2010, 15:39

18 Feb 2010, 15:30

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.