Hello,

I keep running into trouble with the slideshow.fxd file.
I added an entry to my IMAGE_ITEMS '.freevo/slideshow.fxd' (this
functions fine with webtv and webradio) and created an slideshow.fxd
according to the example provided in the package.
Only this makes one show, so I tryed to create an multiple slideshow
entry with containers:

<?xml version="1.0" ?>
<freevo>
  <container title="Dia Voorstellingen" type="slideshow">
  
  <slideshow title="Egypte 2005" random="0">
    <cover-img></cover-img>
    <background-music random="0">
      <directory
recursive="1">/home/freevo/media/muziek/Arabic</directory>
    </background-music>
    <files>
      <directory recursive="1"
duration="5">/home/freevo/media/foto/vakantie/2005_Egypte</directory>
    </files>
    <info>
      <description>Onze vakantie in Egypte 2005</description>
    </info>
  </slideshow>

  <slideshow title="Portugal 2004" random="0">
    <cover-img></cover-img>
    <background-music random="0">
      <directory
recursive="1">/home/freevo/media/muziek/Portugal</directory>
    </background-music>
    <files>
      <directory recursive="1"
duration="5">/home/freevo/media/foto/vakantie/2004_Portugal</directory>
    </files>
    <info>
      <description>Onze vakantie in Portugal 2004</description>
    </info>
  </slideshow>

  </container>
</freevo>

Why doesn't this work?
-- 
Groetjes Japie



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to