Guide? iPhoto slideshow xhtml object params
I found this example: http://www.alistapart.com/articles/byebyeembed
...for embedding an exported iPhoto slideshow (.mov file) in an xhtml file. This will be very helpful for my client websites!
However, though I have the settings in iPhoto as "Repeat the slideshow", the resulting web page yields a one-time play. This leads me to suspect I'm missing a param for looping. I tried "loop=" to no avail.
Is there a guide to the full set of params accepted by the object shown in the cited example?
...for embedding an exported iPhoto slideshow (.mov file) in an xhtml file. This will be very helpful for my client websites!
However, though I have the settings in iPhoto as "Repeat the slideshow", the resulting web page yields a one-time play. This leads me to suspect I'm missing a param for looping. I tried "loop=" to no avail.
Is there a guide to the full set of params accepted by the object shown in the cited example?
Comments
I found this example: http://www.alistapart.com/articles/byebyeembed
Through further diddling, I found I could get continuous play by adding:
<param name="loop" value="true" />
to the cited example. Problem soved.