User Tag List

Results 1 to 3 of 3

Thread: remote data loading

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    payopepe's Avatar
    Join Date
    Sep 2012
    Location
    Barcelona (Catalonia, Spain)
    Posts
    69
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    remote data loading

    Hi all!

    Is it possible to load an image from a web app? or some information?

    example:

    -I want my APP LOGO load an image as the application and that the image can be changed from outside the application.
    -That the *. INI is in a web address. To control remotely options.

    Greetings and thank you very much.

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    You can save the ini on a server and use the "get object" to retrieve the data from it.

    You really don't have to use an ini file though. Any web address that returns text can work. You could use a php file and have code that changes the output based on the ip address of the user, or even a value that is sent with the request.

    For example:

    http://yoursite.com/app.php?version=1.0&id=james

    and have a php script on your sever that returns the correct values.

  3. #3
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    To load images from an URL simply use the Active Picture object.

    The PC runtime cannot do this unfortunately (so it will not work when you test it on PC) but the iOS version of it makes this very simple for you:

    Just load the URL as you would load a file:
    Load file "http://www.mydomain.com/myimage.png"

    If the url starts with 'http' it will fetch it from the web.

Similar Threads

  1. Array data loading fast enough?
    By mobichan in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 30th January 2013, 06:07 PM
  2. Doesn't loading data using INI object
    By ASD in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 10th August 2012, 04:01 PM
  3. Saving and loading data from MySQL
    By Hydra in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 13th May 2012, 08:15 PM
  4. Loading data from an INI in Flash
    By FrankyAsh in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 31st January 2011, 09:27 AM
  5. Pre-Loading Applications and External Data
    By Renatos in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th February 2007, 10: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
  •