Author Topic: background  (Read 713 times)

juanromerocruz

  • Newbie
  • *
  • Posts: 1
background
« on: July 10, 2009, 01:13:02 pm »
   
Hello Forero:
First of all forgive my English, because this post is translated by google.
Tells me I would be interested if you can change the background color of the scene, not pages, but the dark gray that comes with the application, and if we can say that I like is
Thank you very much for everything

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: background
« Reply #1 on: July 12, 2009, 02:15:18 pm »
Hi,

in the index.html file, there is script block to the top, like this:
Code: (javascript)
  1. <script type="text/javascript">
  2. swfobject.embedSWF("megazine.swf",
  3. ...
  4. /* (3) */                      bgcolor : "#333333",
  5. ...
  6. </script>

The important thing being what stands right to the (3), and after bgcolor. The #333333 is what you have to change.
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.