Floating Images and Messages
You may want to float a message to the user or create a simple image display that focuses the user's attention on what is being displayed. Whilst there are a number of freely available scripts that can be integrated within an answerSpace, the following is one of the simplest ways to do this that we've found.
It relies on jQuery (which is part of the BlinkMobile Platform) and does not requires heavy customisation of associated CSS files.
- Download this file:jquery.lightbox_me.js
This file is a simple Javascript file that allows you to 'float' a piece of content above the main Interaction by simply loading the script into the answerSpace upon startup and then creating a message Interaction.
- Load the Javascript into the answerSpace using 'Manage Assets':
- Then make sure that the answerSpace loads this script using the Advanced pane in 'answerSpace Setup':
- Then create the required Message Interaction. Here's what this would look like:
And here's that code