
SlideShowPro Director's universal slideshow publishing is designed to be compatibile with nearly every desktop web browser and iOS / Android mobile device. This is accomplished with the Flash-based SlideShowPro Player on the desktop and a mobile fallback player designed for iOS and Android mobile devices. But what about people who don't have the Flash Player plugin installed on desktops? For them you can display your own message, image, or whatever you like. We'll show you how here.
If you haven't already, embed a slideshow from SlideShowPro Director by copying / pasting the embed code into your HTML document. Save the document, then load in your web browser to ensure it is operating properly.
In the embed code you pasted you will see an empty DIV element at the top that looks like this:
<div id="album-12346"> </div>
This is where your slideshow appears. To provide alternate content for those without Flash installed, fill the inside of the DIV with whatever HTML content you like. Can be text, an image, etc. For example:
<div id="album-12346"> <h1>No Flash Player plugin installed</h1> <p>Please visit <a href="http://adobe.com" target="_blank">Adobe.com</a> to update your browser's plugin.</p> </div>
The vast majority of people visiting your web page will never see the content entered inside that DIV. But for those who don't have the plugin they will be prompted to update.