0
Welcome Guest! Login
0 items Join Now

MonoSlide Show with more than one modules..........

  • MonoSlide Show with more than one modules..........

    Posted 17 years 9 months ago
    • Dear friends,

      I have a problem with Monoslide Show which I just bought.

      I wanted to created two monoslide show with two different modules. I think that I have successfully created them.

      Here is the code for the first monoslide show, I put it under "monoslideshow" folder:

      <script type="text/javascript" src="monoslideshow/swfobject.js"></script>
      <div id="monoSlideshow">
      <p><strong>Please install Flash and turn on Javascript.</strong></p>
      </div>
      <script type="text/javascript">
      // <![CDATA[
      var so = new SWFObject("monoslideshow/monoslideshow.swf", "SOmonoSlideshow", "815", "200", "7", "#1f1f1f");
      so.addParam("base", "monoslideshow/");
      so.addVariable("showLogo", "false");
      so.addVariable("showVersionInfo", "false");
      so.write("monoSlideshow");

      // ]]>
      </script>

      This is second module for second monoslideshow, I put under "promonoslideshow" folder:

      <script type="text/javascript" src="promonoslideshow/swfobject.js"></script>
      <div id="monoSlideshow">
      <p><strong>Please install Flash and turn on Javascript.</strong></p>
      </div>
      <script type="text/javascript">
      // <![CDATA[
      var so = new SWFObject("promonoslideshow/monoslideshow.swf", "SOmonoSlideshow", "815", "200", "7", "#1f1f1f");
      so.addParam("base", "promonoslideshow/");
      so.addVariable("showLogo", "false");
      so.addVariable("showVersionInfo", "false");
      so.write("monoSlideshow");

      // ]]>
      </script>

      The problem is:

      Both of them link to the same image folder which is the first one under "monoslideshow" folder, the second doesn't link to the second folder which is "promonoslideshow".

      May I know what is the problem?

      Here is the code for first module monoslideshow XML:

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

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

      <slideshow>

      <preferences
      kenBurnsMode = "random"
      kenBurnsTime = "6"
      imageInfoAlpha = "50"
      imagePause = "5"
      imageTransitionTime = "1"
      thumbnailBackgroundAlpha = "25"
      albumBackgroundAlpha = "50"
      controlAlpha = "50"
      albumWindowIconRollOverColor = "ee8900"
      albumInfoColor = "659c10"
      controlIconRollOverColor = "ee8900"
      thumbnailWindowIconRollOverColor = "ee8900"
      />

      <album thumbnail="album/albumThumbnail.jpg" title="Koop BioWorld Exhibition" description="BioWorld's Exhibition" imagePath="album/images" thumbnailPath="album/thumbnails">
      <img src="bio1.jpg" title="Koop BioWorld" description=""/>
      <img src="bio2.jpg" title="Koop BioWorld's Exhibition Booth at Putra World Trade Centre (PWTC)" description=""/>
      <img src="bio3.jpg" title="BioWorld's Chief Operating Office - Y M Choo (Left Hand Side)" description=""/>
      <img src="bio4.jpg" title="Bioworld's Product - BioMas Cafe" description=""/>
      <img src="bio5.jpg" title="Bioworld's Product - BioMas Tea" description=""/>
      </album>

      </slideshow>

      Here is the code for second module monoslideshow XML:

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

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

      <slideshow>

      <preferences
      kenBurnsMode = "random"
      kenBurnsTime = "6"
      imageInfoAlpha = "50"
      imagePause = "5"
      imageTransitionTime = "1"
      thumbnailBackgroundAlpha = "25"
      albumBackgroundAlpha = "50"
      controlAlpha = "50"
      albumWindowIconRollOverColor = "ee8900"
      albumInfoColor = "659c10"
      controlIconRollOverColor = "ee8900"
      thumbnailWindowIconRollOverColor = "ee8900"
      />

      <album thumbnail="album/albumThumbnail.jpg" title="Koop BioWorld Exhibition" description="BioWorld's Exhibition" imagePath="album/images" thumbnailPath="album/thumbnails">
      <img src="bio1.jpg" title="Koop BioWorld" description=""/>
      <img src="bio2.jpg" title="Koop BioWorld's Exhibition Booth at Putra World Trade Centre (PWTC)" description=""/>
      <img src="bio3.jpg" title="BioWorld's Chief Operating Office - Y M Choo (Left Hand Side)" description=""/>
      <img src="bio4.jpg" title="Bioworld's Product - BioMas Cafe" description=""/>
      <img src="bio5.jpg" title="Bioworld's Product - BioMas Tea" description=""/>
      </album>

      </slideshow>

      Do I have to change anything for the second one?

      Thanks and God bless!

      Regards,
      Kent

Time to create page: 0.067 seconds