User Tag List

Results 1 to 6 of 6

Thread: Local Image

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Feb 2011
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Local Image

    Is it possible to download a picture and use it inside app ?

    I usually do it with Download Object and Active Picture but since none of them is supported I assume is another way with GET Object and Active Object.

    Thank you.

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Re: Local Image

    I don't think the Get object supports anything beyond text downloads from the internet, but if it does:
    +Whenever
    Get object: Get http://examplesite.com/myimage.png
    +Get object: On complete
    -iOS Single-Line Editbox: Set text Received$("Get object")
    -iOS Single-Line Editbox: Save to file "temp.png"
    -Active object: Animation>Load frame: Load "temp.png" into frame 0, animation 0...
    -iOS Single-Line Editbox: Destroy
    -Delete temp.png?

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Local Image

    Quote Originally Posted by SortaCore
    +Whenever
    Get object: Get http://examplesite.com/myimage.png
    +Get object: On complete
    -iOS Single-Line Editbox: Set text Received$("Get object")
    -iOS Single-Line Editbox: Save to file "temp.png"
    -Active object: Animation>Load frame: Load "temp.png" into frame 0, animation 0...
    -iOS Single-Line Editbox: Destroy
    -Delete temp.png?
    ... You do know that MMF uses null terminated strings, right?

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Feb 2011
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Local Image

    So is there a way to download online image ?

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Local Image

    Not in this version.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Feb 2011
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Local Image

    Thanks Francois.

    Can any iOS extension developer PM me and tell me for how much will they develop a Download extension ?

    Be sure to contact me and to make a deal before starting to work on it.

Similar Threads

  1. Browse local network LAN computers / Trouver et explorer les machines du réseau local
    By duwayy in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 23rd October 2013, 09:28 AM
  2. Image annotation / Image modification with MMF2
    By titobal in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th September 2013, 04:13 PM
  3. iOS - download image to local storage
    By buckeroo in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 23rd September 2011, 05:45 PM
  4. Objet Image (ou Image Active) et rayures
    By volgot in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th April 2011, 04:10 PM
  5. Roll & Yaw = local, Pitch = not local????
    By Gibbon in forum OpenGL
    Replies: 1
    Last Post: 19th August 2010, 02:05 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
  •