Forum Discussion
ChrisPim
8 years agoCommunity Member
Printing in Storyline 360
Has anyone managed to get a a reliable print method for any slide in Storyline 360 - that is on all browsers and on iOS as well. I put in a feature request a year or two ago about this.
I have see...
ChrisPim
8 years agoCommunity Member
Further to my last post.
In Storyline 2 this code seemed to reliably check whether HTML5 or Flash were being used - where 'shell' is a text variable:
----------------------
var p = GetPlayer();
var s="ios"
try{
if(g_bMinFlash){s="flash"};
}catch(e){}
if(p.isHTML5){s="html5"};
p.SetVar("shell",s);
---------------------
It no longer seems to work.
Anyone know why this might no longer work in 360?
Related Content
- 10 months ago
- 7 months ago