Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortom80
    • CommentTimeJul 28th 2008
     permalink
    hello, i have got a problem with scaling the content of my slideshow..

    http://thomas-erb.de/showroom/portfbod/index.html

    my monoslideshow.xml preferences are here:

    imageScaleMode = "scaleToFill"
    imageTransitionTime = "1.3"
    imageTransition="blend"
    imagePause = "2.0"
    showControls = "false"
    randomizeImages = "true"
    showLoadingIcon = "true"
    showAlbumsButton = "false"
    onFinished = "loop"
    showImageInfo = "never"

    what are wrong??? i want to scale the imagess to the whole window/frame

    thanks a lot,

    thomas.
  1.  permalink
    Your index file just specifies a slideshow with dimensions of 480 x 360 with this line of code:

    var so = new SWFObject("monoslideshow.swf", "SOmonoSlideshow", "480", "360", "7", "#ffffff");

    If you want a larger slideshow, you have to define a larger window. imageScaleMode = "scaleToFill" tells Monoslideshow to fill the defined view window with an image, not to fill the screen.