User Tag List

Results 1 to 6 of 6

Thread: MMF2 - Tracking external files

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    MMF2 - Tracking external files

    I created an application that played a short video and had a graphic file. The MMF applcation was stored in My Documents and so were the video clip and the graphic. I assumed the if I created the .exe file these would be included.

    In the app I tell the program to look in .\video.mpg and .\graphic.jpg.

    I built the app and placed it on a removable usb key drive.

    I when to the client and found that the program ran but the graphic and video were missing.

    Is this function of knowing what is missing part of MMF or Install creator or not at all?

  2. #2
    Clickteam Clickteam

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

    Re: MMF2 - Tracking external files

    When you build an application that use external filenames specified in object properties or in event editor actions with file selectors (not text expressions), you should always (1) have the external files in the directory of the application or in a sub-directory, and (2) build the application in the same directory as the MFA file.

    For the other files that are specified in text expressions, you should also put them in [a sub-directory of] the directory of the application and use AppPath$ + "your_filename" in your expressions.

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Tracking external files

    Thanks Yves,

    My goal is to have the application run from a USB drive. The .exe and other files would be on that. I don't want the user to have to install the app on the Windows computer. Just plug in and go.

  4. #4
    Clickteam Clickteam

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

    Re: MMF2 - Tracking external files

    My goal is to have the application run from a USB drive. The .exe and other files would be on that. I don't want the user to have to install the app on the Windows computer. Just plug in and go.
    Yes, I did understand. To do that you have to do as I explained, so that the filenames are correctly made relative to the application pathname when you build it.

  5. #5
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    SP - Brazil
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - Tracking external files

    Humm... the expression "AppPath$" replaced "AppDrive$" + "AppDir$"?

  6. #6
    Clickteam Clickteam

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

    Re: MMF2 - Tracking external files

    You can use both.

Similar Threads

  1. external files extension
    By dascribe in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 4th June 2011, 08:39 PM
  2. external ini files
    By jchristiansen in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 2nd June 2010, 07:58 PM
  3. best way to set up external files (ini)
    By Ohyea in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th August 2008, 04:38 PM
  4. External ogg files
    By willy in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 2nd May 2007, 03:56 PM
  5. external files ?
    By Phanoo in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 4th September 2006, 11:15 AM

Posting Permissions

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