Customization not working
I just bought the premium slideshowbox and having a few issues with my first slideshow.I am using SimpleFade default with an xml of 4 images. In the settings, I have turned off navigationControls,...
View ArticleRe: Customization not working
Which version of SlideShowBox you are using, flash or html? And did you use previously the free version? If yes it means that you still have the free version installed on your computer and you are...
View ArticleRe: Customization not working
That fixed it. This is a Flash slideshow. I had tried the free then purchased the premium version and thought all the premium features would transfer on login. I removed the extension, installed the...
View ArticleRe: Customization not working
Adding the code from bellow will do the jobimport com.jumpeye.events.SlideshowBoxEvent;myAlbum.addEventListener(SlideshowBoxEvent.PAGE_CHANGE, thumbsPageChanged);function...
View ArticleRe: Customization not working
Sorry, use this code instead:import com.jumpeye.events.SlideshowBoxEvent;myAlbum.addEventListener(SlideshowBoxEvent.PHOTO_SHOW, photoShow);function photoShow(evt:SlideshowBoxEvent):void...
View ArticleRe: Customization not working
Thanks very much. That did the trick. It worked great.Thanks again for the help.Jack
View ArticleRe: Customization not working
One last question. I'm now playing with the JavaScript version. Is there a script I can add to prevent this from looping as well?Thanks again,Jack
View Article