4 Replies Latest reply: Feb 16, 2010 10:04 AM by Webshark2000 RSS

    Working with a projector file. How can center it, not allow scaling and change the title bar?

    Webshark2000 Community Member

      I've tried using:

       

      import flash.system.fscommand;

       

      fscommand("allowscale", "false");
      fscommand("showmenu", "false");
      fscommand("fullscreen", "false");

       

      on frame 1, but they don't seem to work.  I'm going to be putting this project on a CD and the client wants to make sure it will open centered on the user's screen, which has not been the case so far.  It seems to open at different spots on different computers.

       

      They also want the title bar changed from "Adobe Flash Player 10" to their own title.

       

      Thanks in advance for the help.