Not signed in (Sign In)

Categories

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

    • CommentAuthorzap
    • CommentTimeAug 27th 2008 edited
     permalink
    Hello
    I'm new to the forum and very impressed by the mss. Nevertheless I have a slight implementation problems with 360 panoramic flash photos
    You can see one here
    " http://www.ctm.lu/vt-roeser/roeser-site1.swf "

    I can't implement this one into my MSS.
    Is it a MSS limitation or a code problem

    Code
    div id="text">
    <object type="application/x-shockwave-flash" data="monoslideshow.swf?dataFile=monoslideshow.xml" width="350" height="200">
    <param name="movie" value="monoslideshow.swf?dataFile=monoslideshow.xml">
    <param name="quality" value="high">

    <param name="flashvars" value="showLogo=false&showVersionInfo=false" />
    <param name="flashvars" value="datafile=/monoslideshow.xml" /></object>
    </div>


    MSS xml
    <?xml version="1.0" encoding="utf-8"?>

    <!--
    Monoslideshow 1.32 configuration file
    Please visit http://www.monoslideshow.com for more info
    -->

    <slideshow>

    <preferences
    kenBurnsMode = "random"
    controlAutoHide="true"
    />

    <album thumbnail="album/albumThumbnail.jpg"
    title="Example album"
    description="Example description"
    imagePath="http://www.ctm.lu/vt-roeser"
    thumbnailPath="album/thumbnails">

    <img src="photo1.jpg" title="Example photo 1" description="Example description 1"/>
    <img src="photo2.jpg" title="Example photo 2" description="Example description 2"/>
    <img src="roeser-site1.swf" title="Example photo 3" description="Example description 3"/>

    </album>

    </slideshow>


    Cheers + thanks for any advise
    • CommentAuthorzap
    • CommentTimeAug 30th 2008
     permalink
    Hi all
    I know this forum isn't heavily crowded but I really would apreciate a comment if it is possible to do and how. Normal linking to swf doesn't work. So any advice would be very welcome.

    Thx
  1.  permalink
    Hi Zap,
    although the manual doesn't directly state it, I think you're trying to do something MSS wasn't made for. The tag is for jpgs exclusively, nothing else.
    Christoph