My goal is to create a audio and image slideshow and I was attempting to change the coverimage dynamically in the following way.
this.getClip(0).update({ coverImage:'full-url-to-nextimagre.jpg'});
The actually property does change, as I can read it back, but the image does not change on the player. I also attempted using the first image in a playlist idea, and changing it's url but, it did not work either.
As you can imagine, using the cue system this would be a great way to cycle through images time with an audio file.
Am I missing something obvious?
Thanks
this.getClip(0).update({ coverImage:'full-url-to-nextimagre.jpg'});
The actually property does change, as I can read it back, but the image does not change on the player. I also attempted using the first image in a playlist idea, and changing it's url but, it did not work either.
As you can imagine, using the cue system this would be a great way to cycle through images time with an audio file.
Am I missing something obvious?
Thanks
