User Tag List

Results 1 to 4 of 4

Thread: Feature request: increase size of flash window

  1. #1
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Jul 2006
    Posts
    93
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Feature request: increase size of flash window

    I noticed that in the new beta, "Resize display to fit screen" is officially supported, which is FANTASTIC! Thank you!

    I was wondering, in addition to this support, if we can have the size of the exported swf to be independent of the size of the MMF frame?

    Let's say that, for example, I have a 320x240 MMF application, but I want the exported swf to be 640x480 with the 320x240 application blown up inside. Can this be added to the export options?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Well, this is what this property does in Flash : just set the size of the Flash object in the web page to 640x480, check this property and it should work.

  3. #3
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Jul 2006
    Posts
    93
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The problem is many webpages that let you upload .swf files don't have an option to expand the size of a document on their site (mochiads does not, if I remember). This would be more of a convenience for creators who make retro-styled games that have a low resolution as well as anyone who is looking to reduce file size

    Many other flash game engines do as well. The best example would be Flixel's engine

    Here's an example of the code they use

    package
    {
    import org.flixel.*; //Allows you to refer to flixel objects in your code
    [SWF(width="640", height="480", backgroundColor="#000000")] //Set the size and color of the Flash file

    public class HelloWorld extends FlxGame
    {
    public function HelloWorld()
    {
    super(320,240,PlayState,2); //Create a new FlxGame object at 320x240 with 2x pixels, then load PlayState
    }
    }
    }



    of course, I know MMF works different, but I'm sure this would be possible and would be very helpful if it was added

  4. #4
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    I'd be interested in such a feature too. Releasing a 640x480 swf file, which was internally designed in 320x240.

Similar Threads

  1. Can I set the scale/window size in Flash?
    By DaveC in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 9th September 2013, 07:46 AM
  2. Feature Request - Edit/Auto-Size Image Templates
    By Thudo in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 20th March 2009, 07:48 PM
  3. Edit Obj : Font Size : Won't Increase?
    By Annie in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th August 2008, 03:34 PM
  4. Feature request: ICO loading in MMF2 icon window
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 16th October 2007, 04:11 PM
  5. Feature request: Revert to original size
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 14th July 2006, 03:33 PM

Posting Permissions

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