User Tag List

Results 1 to 8 of 8

Thread: User data

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    User data

    I am wondering how user data is saved, does the ini file saves for each user his data, do i have to specify it somehow.

    I would like to use the array object actually for storing individual user data. Is that possible?

  2. #2
    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: User data

    INI stores things in your applications' cookies, and cookies are usually stored on a per-user basis.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: User data

    As far as I know Arrays can't be saved in Flash.

  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: User data

    You can save them through the INI object, but remember you have limited storage. (unless the user sets the limit to unlimited, but they often never change that setting)
    Working as fast as I can on Fusion 3

  5. #5
    No Products Registered

    Join Date
    Nov 2009
    Posts
    327
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: User data

    how much storage do they have if it is not set to unlimited?

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: User data

    You can save them through the INI object

    How do u save the array through the ini object?

  7. #7
    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: User data

    @life2searching: If it's not set to unlimited, it can be anything in between; it depends on what the user sets it to. The default, I don't know.

    @Skyhunter: Well, say you have a 4 by 4 2D array. You could save it like this:
    1,1=something
    1,2=something
    1,3=something
    1,4=something
    2,1=something
    2,2=something
    ect...

    Just some loops and you're done
    Working as fast as I can on Fusion 3

  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: User data

    Ah i see.
    I thought i could save the array object. But ok.

Similar Threads

  1. Replies: 17
    Last Post: 10th July 2013, 01:46 PM
  2. Saving user data in MMF2 Flash?
    By 300happy in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 15th September 2010, 05:42 PM
  3. using binary data at data elements
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th August 2008, 05:22 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
  •