Results 1 to 4 of 4

Thread: Removing the Menu and Title bars from a projector

  1. #1
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Removing the Menu and Title bars from a projector

    I have been looking for a cheap way to accomplish this. The main reason is so that I can disable resize of the projector window.

    SWF Studio will do what I want, but it is quite expensive.

    Does anyone have or know of a cheaper, preferably free, way to do this?

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You can view this thread for names of applications. Personally I wouldn't go with any "free" method of doing this.

    If however all you want to do is disable resizing add this to your first frame:

    Code:
    fscommand ("allowscale", "false");
    fscommand ("fullscreen", "false");
    Or you can change the "false" to "true" and force full screen so that's all they see.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hrmm.. I had no luck using those fscommand's. I checked most of the products in that thread. Thanks for the link.

    I also came across another program, SWF Toolbox. It appears to do what I need, and should be within my budget. Any opinions on this product?


    Thanks for the help, it's appreciated muchly

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    SWF_* has some good programs. I haven't heard anything bad about them.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •