Author Topic: Automatic full screen mode - Book Cover already opened  (Read 2207 times)

HardyArt

  • Newbie
  • *
  • Posts: 3
Automatic full screen mode - Book Cover already opened
« on: February 15, 2009, 03:46:29 pm »
I am calling MegaZine from my Flash CS3 ActionScript 2 website = it shows in a separate browser window = all is good from here. Now;

1) Is there a way of coding for MegaZine to display already in full screen mode?

2) Is there a way of coding for MegaZine to display with Book cover page already opened?

Looking forward to your help!

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: Automatic full screen mode - Book Cover already opened
« Reply #1 on: February 15, 2009, 08:41:22 pm »
Hi,

1) is technically impossible, I'm afraid, as Flash does not allow entering fullscreen if it's not triggered by a user action (like a mouse click or key press). This is actually a good thing, imagine all the fullscreen ads in your browser if it weren't so... ;)

2) There is. Actually there are two possibilities: either set the startpage attribute of the book to 2, or use the prepage attribute of the book to display the "inside" of the front cover. The second variant won't allow "closing" the book, though.
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.