"Hotspot Navigation" template for Articulate Storyline authors.

Jul 16, 2012

Hi everyone,


This is the final update of a previously created template.

Changelog:

Replay button has been repositioned in it's own layer.
Autohide Navigation options after 5 seconds.

View Demo / Download :
http://goo.gl/eHApR

Download :
http://goo.gl/ATGTo

 

Always happy to listen to comments and suggestions,

Alex

8 Replies
Alexandros Anoyatis

I tried using a browser detection method through javascript so I can assign a true/false value to a 'ismobile' variable. The variable itself works when executing in Flash (desktop).

var player = GetPlayer();
var ismobile = false;
if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/iPad/i) )
{var ismobile = true;}
player.SetVar("ismobile",ismobile);

However :

No matter what i do, this does not seem to work in html5 mode (using Android 3.0 from the SDK). As a matter of fact, none of the javascript triggers (including the getDate example, as well as others) seem to work in html5.

This discussion is closed. You can start a new discussion or contact Articulate Support.