User Tag List

Results 1 to 3 of 3

Thread: Extracting File from Embedded File

  1. #1
    Clicker Fusion 2.5 Developer

    Join Date
    Jan 2007
    Location
    USA
    Posts
    691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Extracting File from Embedded File

    I embedded a file into my MMF project, and I want to be able to extract the file using the program I'm making. How would I be able to do that?

    Just so ppl can know, I'm making a custom installer using MMF.

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Extracting File from Embedded File

    In the documentation look at the Binary Files section in the Objects / Inventory / Special Objects / Special Object / Actions page :

    Binary Files

    Extract Binary File : extracts an embedded binary file to a temporary file. Embedded binary files are specified in the Binary Data tab of the Data Element editor. You must pass a full pathname as parameter, e.g. Apppath$ + "name_of_your_file". You can retrieve the pathname of the temporary file with the Binary File Temporary Pathname expression.

    Release Binary File : deletes the temporary file for a given binary file. Same parameter as for the Extract Binary File action (full pathname of the binary file). Note: there is a use count, so if you call twice Extract File, the temporary file will be removed only after the second call to Release File.

  3. #3
    Clicker Fusion 2.5 Developer

    Join Date
    Jan 2007
    Location
    USA
    Posts
    691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Extracting File from Embedded File

    OK thanks

Similar Threads

  1. LOAD/SAVE clone file in ARRAY FILE
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 20
    Last Post: 24th July 2015, 01:47 AM
  2. File Object - Mass/Mulitple File Rename
    By Yelnek in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 29th January 2013, 09:44 PM
  3. Problem opening a HTML file with a flash file
    By liliaks in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 15th January 2012, 10:26 AM
  4. Cannot open include file: 'windows.h': Nosuch file
    By JasonDarby in forum Extension Development
    Replies: 12
    Last Post: 11th February 2007, 11:12 PM
  5. File object - file selector saving issues
    By Gary_Molton in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 13th November 2006, 08:25 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
  •