Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • 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?

    -Mokhtar M. Khorshid

  • 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.

    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!