User Tag List

Results 1 to 6 of 6

Thread: Internal save for text for an internet app

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    arthurh's Avatar
    Join Date
    Sep 2010
    Posts
    951
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Internal save for text for an internet app

    Hi,
    I try to save a text without using an external data (like ini or text array. MMF can do a save inside the ccn file ?
    thx

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    arthurh's Avatar
    Join Date
    Sep 2010
    Posts
    951
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal save for text for an internet app

    ouch... no response ? Ok i must use external data so...

  3. #3
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal save for text for an internet app

    If i remember, you can include a binary .txt file into your APP, then let MMF2 access into THIS binary file..

    (but.. for saving.. it's an another world problem)

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal save for text for an internet app

    Actually the file must be extracted to a temporary directory before you can even use it.

    I wrote an article on this
    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=190516
    Working as fast as I can on Fusion 3

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    arthurh's Avatar
    Join Date
    Sep 2010
    Posts
    951
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal save for text for an internet app

    ok, so if i understand well your answer : with MMF there is no way to save a text file without give a pathname to this file.

  6. #6
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal save for text for an internet app

    In ALL programming, you need a place to save to.

    1. Saving inside the application file itself it a very bad idea.
    2. Vitalize cannot modify files in this way either way.
    3. Either way it would be much simpler to use a php script and a database/whatever.
    Working as fast as I can on Fusion 3

Similar Threads

  1. Loading a text file from the internet
    By Jason in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 6th July 2011, 03:38 AM
  2. Save to the ANSI text by the Unicode Editbox
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th October 2010, 10:38 AM
  3. Save the text on the server?
    By EasySite in forum SWF/Flash Export Module Version 2.0
    Replies: 13
    Last Post: 11th October 2010, 12:45 PM
  4. Save/Load text?
    By edbddaniel in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 3rd July 2009, 02:57 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
  •