Posts by ttdread

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.

    Hello. I am trying to build a client that will send POST commands to Adobe InDesign Server. InDesign Server does not support GET requests, only POST. Is there a why to send a POST only request to a url?

    My goal is to send a POST request to Indesign Server and instruct it to run an Adobe script. I can do this with Postman by:

    1. Sending POST request to a url
    2. Add body info (the body info is below)


    <soapenv:Envelope xmlns:soapenv="Please login to see this link." xmlns:soap="Please login to see this link.">
    <soapenv:Body>
    <soap:RunScript>
    <runScriptParameters>
    <scriptLanguage>javascript</scriptLanguage>
    <scriptFile>C:\temp\INDDserverImport4.jsx</scriptFile>
    <scriptArgs>
    <name>templateName</name>
    <value >Pocket Book</value>
    </scriptArgs>
    <scriptArgs>
    <name>appAction</name>
    <value>import</value>
    </scriptArgs>
    <scriptArgs>
    <name>myAsset</name>
    <value>""/c/temp/BK90079833.docx""</value>
    </scriptArgs>
    </runScriptParameters>
    </soap:RunScript>
    </soapenv:Body>
    </soapenv:Envelope>

    Any suggestions would be appreciated. Thanks!

    I too have the same issue as haoujey. It doesn't appear that haoujey's initial question was resolved. The Android sdk documentation says to import "RuntimeAndroid.zip". I am using Android Studio and there is no clear instructions on the proper way to import RuntimeAndroid.zip into Android Studio. I made the Windows version of my extension and now I am stuck because it appears the documentation is written for use with Eclipse. In my searching it appears(from what I can see) that Eclipse is no longer supported/available. I have spent several months now trying to figure out a way to get Amazon Ads in my Android apps.

    I'm trying to edit a material during runtime but it is not working once I build an executable. I have a material assigned to my mesh and I'm trying to for example, "press space key" to load an external image into the existing material using the "edit material" option. This will change the material on the mesh while testing the app in Fusion but once I build an executable it no longer works. I tried various path options like "C:\textures\newimage.jpg" and Appdrive$ + Appdir$ ... I even launch the application from the same folder where the new texture/material file is located and nothing seems to work with the executable version. Am I doing something wrong or is this a bug? Thanks.

    I purchased the cURL extension and cannot figure out how to use it based on the example included. I want to upload image files to my server but the example is not clear about what to change and what not to change in order to get the extension working. Do I have to code my own php? I am not a php programmer. I tried to follow the example fusion file and entered my server, database name, user name, password into the php file but I do not know what else needs to change in the example php file. Also, the example fusion file doesn't make sense to me as I cannot determine if it is a complete working example. If anyone has a cURL upload example that will clearly show me where to add my own info and what to add, it would be great. Thanks!

    When using the "end application" command in the Event Editor my ios apps will not exit. Has anyone else experienced this? Even if I make a blank app with a button and tell the app to exit when the button is pressed nothing happens. I get the same result with my Iphone and the emulator.

    After updating Fusion to R283.5 the Android exporter builds the apk successfully but apps will not run on phone. All apps give the message "The application (process.com.appname) has stopped unexpectedly. Please try again. I tried uninstalling the update but my system will not allow me to do so. My phone is running Android version 2.3.6 and has been ok until this recent update. I attempted to build many of the apps that I previously built without issue and they all give the same error message. Is there a known issue with this update? Thanks.

    Does anyone know if and how to use Fusion to send SMS messages using Android intents? The only sample I have seen is how to dial a phone number. There's a lot of intents and no reference on which ones are possible with Fusion. Even if certain intents are possible, it's very difficult to figure out how they are supposed to be formatted in Fusion to get them to work correctly. If anyone can help it would be great!

    When I attempt to replace a color during runtime the command does not work. I built the same project as a flash file and it works fine (Chrome).
    When I take out the replace color command the HTML5 file works but of course has no functionality.

    html5:
    Please login to see this link.

    flash:
    Please login to see this link.

    source:
    Please login to see this link.

    To answer your question about an email web form. Yes, it is possible.

    I created a MMF flash email form for my co-workers to reorder company business cards. The flash form sends an email with a csv file attached which is used by a digital printer which automates the printing of the business cards. This requires php to work. There is plenty of php email samples if you google the topic.

    Here's a sample of the email form I modified to post here:
    Please login to see this link.

    Here are the source files for the project:
    Please login to see this link.

    StehpenL, I am also having problems importing md2 files. When I view your sample horse it works fine but I can't get my md2 models to work. I tried Milkshape 3D, Blender, Fragmotion. I tried models as simple as a cube. I exported models with animation, without animation... bones/no bones. I think this extension is one of the coolest so far and can't wait until it's completed. Great Job! I just wish I could figure out what I'm not doing correctly with the md2 models importing.

    I'm looking for help with a project I am working on for my company.

    The project consist of:
    1. An administrator stand-a-lone application that needs to save data to a file.
    2. A flash based user app that reads the info saved by the admin stand-a-lone.

    The user app will be on the company's local intranet. There is no php capabilities, so that is not an option. I am attempting to save an ini file with the admin stand-a-lone but the flash app will not read the values in the the ini file. It seems that on the flash end I can only save the ini file to my cache or cookies or something but the flash app will not open the original values. Is this not within the capabilities of the exported flash apps?

    Programming all the info into the flash app is not an option because the info will be updated by several people and will change very often. I even thought of the Flash Text file extension but it seems to only work with a mouse action event listener and it would be too difficult to parse or search through the text file and relay info back to the flash app unlike the ini extension. I hope someone has clue to how this can be done because I keep trying to sell the idea to my company that Multimedia Fusion can be useful as a rapid development application but I keep falling short of being able to show that. Thanks

    I'm having the same issue and was going to post about it. I cannot read any previously saved data from a ini file in flash. Example: If I created the ini file manually and enter values I then cannot read those values once the file is uploaded. I can only read the values from an ini file that has been written by a flash application on the server. I tried and it did not work with java either unless I signed the java applet.