I am trying to build a slideshow for a digital picture frame I have made. My ideal setup would allow me to add content to my slideshow without the need to refresh the page. So far I like the Ajax Slideshow, and how it manages the slides, but I need to be able to add content on the fly.

Does anyone have any ideas on how this might be done?

Comments

udig’s picture

Interesting use case...
Ajax slideshow supports on-the-fly modification of the existing nodes however it is less dynamic about adding new nodes on-the-fly.
try the following method - #323366: Views Slideshow: Ajax loading support - it might support this use case.