• English
  • Japanese
  • Deutsch
  • Français

Search Problem in Full Screen Mode (Limited Keyboard Input Problem)

By David Paul - NOVEMBER, 29TH 2013
You may find that you are not able to search flipbook content when you are in full screen mode. How to solve this problem?

About Adobe:
A mouse click or key press is executable while in full screen mode, but without inputting anything, you won't be able to change or display stage. Normally keyboard input doesn’t work in full screen mode. If you want to search anything, Flash Player will request you to exit full screen mode first.

Here are some solutions:
1. Apply Myjad Flipbook Maker :
Flash Player 11.3 or above version allows you to input text when you are reading in full screen.

2. Other solution:
Reading flipbook in computer local, save flipbook as EXE and go to "Window Size Option" - "Advanced" -"Full Screen" You can use Javascript code to upload your new ebook online. The below code enables you to use search function while reading flipbook in full screen.

function openwindow(url){
name = '_blank';
w = screen.width - 10;
h = screen.height - 40;
window.open(url,name,'toolbar=no,menubar=no,resizable=yes,scrollbars=yes,left=0,top=0,width=' + w + ',height=' + h);
}
openwindow("book.swf");


comments powered by Disqus