[Pro] Not according to output in most cases

Hi Alvaro,

It turns out the slideshow options were missed as part of an overhaul in the way the themes are exported, so they’re not being exported. Thanks for reporting this, I’ve logged it as a bug to be fixed in a future update.

In the meantime, this can be added to your exports fairly easily. Find your export in Finder and ctrl+click, then choose Show Package Contents. Open the body file in TextEdit and scroll to the bottom.

The third line from the bottom should be this:

window.xb_impress(document.scripts[document.scripts.length-1].parentNode.id, {});

The options can be added between the parentheses at the end of that line, so to play a slideshow with 4 seconds between each animation, you would replace that line with this:

window.xb_impress(document.scripts[document.scripts.length-1].parentNode.id, { autoplay: true, interval: 4000 });

Save the file and the next time you publish from Freeway, the slideshow should be working. 4000 is the number of milliseconds between animations, so you can replace this number as desired.

Simon


Exhibeo mailing list
email@hidden
Update your subscriptions at: