Hi,
I'm trying to implement two things:
I want to display the help button in the navigation bar. I've tried this:
<button name="$btn_help$" style="common help" title="localize(LNG_HELP, Help)">
<box name="$up$"/>
<box name="$over$" style="over"/>
<box name="$down$" style="down"/>
</button>
...with no success. Is the above correct?
Also, I'd like the help information to appear when the flipbook is first loaded. In previous version, you could set this display to "true"...somewhere. Is that feature still available?
Thanks.
-Stephen