User Tag List

Results 1 to 7 of 7

Thread: Flash Develop

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Flash Develop

    This is probably worth checking out - it's a free AS 3.0 IDE

    http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash Develop

    Seems to be much faster than Flash Builder, due to the refreshing lack of Java.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash Develop

    Can it build extensions from the Flash SDK with no issues?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash Develop

    Yes

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash Develop

    I'm trying this now and I'm totally new to it. How should I create the project for an extension? The Flash SDK documentation gives instructions for Flex Builder and suggests creating a new MXML Application. In Flash Develop it seems I can only create an MXML document but not project. What type of project should I create? And is there anything I should do differently when using Flash Develop?

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Flash Develop

    Go to "Project > New Project".
    Select Flex 3 Project.
    For the name, enter "FlashSDK", the location doesn't matter - memorize it though. Make sure to check "Create directory for project".
    After that's done, locate the /src/ directory in the *actual* Flash SDK, and drag&drop it onto the src directory in the project tree in FlashDevelop. It should take a while, but now your files are be copied and in the project.
    You can delete Main.mxml from the src directory. Then, right-click RuntimeFlash.mxml and check "Always compile" (It will be the entry point).
    Now, try Project > Build.
    If you have to set a Flex SDK location, choose MMF2\Data\Runtime\Flash\Flex\.
    Try again - it should now build, but with errors.
    If one of the errors is:
    Code:
    Error: unable to resolve 'Application.ccf' for transcoding
    you're done. It just means that there's no application for debugging.
    As mentioned in the PDF, make a new application in MMF, set the build type to SWF. Then, go to File > Build > Application, locate the /src/ directory of your project, enter whatever you want for the file name, hold SHIFT and press OK. Now, try building again. It should work.

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Flash Develop

    Thanks, builds now

Similar Threads

  1. Develop a game for PC than just re-save for Android?
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 17th November 2013, 11:45 AM
  2. [REQUEST] Thins Necessary to develop for Facebook
    By tekila in forum SWF/Flash Export Module Version 2.0
    Replies: 0
    Last Post: 7th November 2012, 01:03 PM
  3. (Trying to) develop a unified text search...
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 18th June 2010, 09:49 PM
  4. how does one upgrade from mmf2 standard to develop
    By Jikito in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 16th June 2009, 01:59 AM
  5. Help wiht Proyects MMF2 Develop
    By juanjo in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 12th May 2008, 10:18 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
  •