Forum Discussion
mauriceharshaw
12 years agoCommunity Member
Remove Player Border - HTML5 output (Articulate Storyline 2)
Hello everyone-
I'm wondering is someone would be able to assist me in removing the player border completely. I am aware of the player options and changing the transparency to zero, however I'm tr...
Stephanie
12 years agoSuper Hero
Hi Maurice. Have you tried editing the story.html (and _html5) to remove the player border?
Look for this line:
var g_strWMode = "window"; // opaque | window (use "window" for optimal performance, opaque for webobject support)
and change it to this:
var g_strWMode = "transparent"; // opaque | window (use "window" for optimal performance, opaque for webobject support)
Related Content
- 10 months ago