Forum Discussion
Print ANYTHING in StoryLine
It is working for me in Chrome and Edge.
There are a couple of added bits of JS functionality in the file that work in HTML5 but not flash. The 1st bit of code, finds the tab you added, moves it to the bottom of the player, and re-formats it to look like the other lower player buttons. The next code, hides the button. If you click the character, the button is revealed. If you click the text bubble, the button is hidden again.
Those extra bits aren't required, I was just teaching myself how to hack some of the html5 player elements. Really, all anyone needs to do to add the print functionality to any of their projects is the following:
1) Click Story View
2) Select Player
3) Under the Player Tabs list, click the "New" button
4) Add any name you want and choose your alignment. I typically call it "Print Window".
5) Select the action "Execute JavaScript and paste the following line of code:
window.print();
Thanks for checking Owen. I like the player hacks.
I think I must have browser issues, so I'll go and check out what's happening - cheers.
- TonyDryden7 years agoCommunity Member
It's not just you Bruce.
I'm having the exact same issues with the window.print(); command
It will print the page in chrome but it cuts off half of the page.
When I change the Adobe PDF settings in print preview, the player never quite formats correctly to the screen. It would be ideal if the image was centred.