User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Update - OINC API Release 9

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Update - OINC API Release 9

    Changes in the C++ library [now version 0.1.4]:

    Code:
    // 25/01/08 - [#0027] Implemented the protocol alpha 6 ping specification
    // 25/01/08 - [#0026] Added SendFile to OBServer, OBClient and OWebserver
    Changes specifically in the extension:

    Code:
    * Added an action to send a file to the webserver
    Remember that the majority of the updates to the C++ library also affect the extension.

    You can download it via the Quick download link thread, or click here to download it directly.

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Update - OINC API Release 9

    Yay.
    Change the quick DL link to http://www.theclickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=109130

  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: Update - OINC API Release 9

    Done.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    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)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Update - OINC API Release 9

    OK that's good but I was trying to get at how do I make Image links where can I put Images and reference them using HTML?
    I'm sending the current HTML when client requests it so want to know how to post the gif/jpg/png along with the HTML
    I tried to put the image in the same folder as the application

    "<head>
    <body>
    This is cool<br>
    But it's a little long winded<br>
    <img src=""me1.gif"" alt=""This is me""><br>
    <a href=""http://www.ramraidersoftware.com"">RAMRAIDERSOFTWARE</a>"

    The send file doesn't seem to work properly with firefox either. How do you make it save as the file you are posting when you do a call from the browser?

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Update - OINC API Release 9

    Check if the request line is "me1.gif", and then begin response with mime type "image/jpeg" or "image/png", and send the file. What's with your double quotes in the HTML?

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    988
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Update - OINC API Release 9

    Jamie this is awesome. You're a god!

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    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)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Update - OINC API Release 9

    The double quotes it pasted from the actual stuff in the expression editor. Double qutes = single quote in MMF2

    I seem to be failing miserably in eventing the structure so when I goto Local host I get an image instead of a download file dialog.

    Can anyone create an example of this working? at the moment I can only create basic HTML text and Links/ Tables with no pictures.

    Also when you want to downlod a file how do you fix it so the client will download the File as the correct name instead of something just wrong?



  8. #8
    No Products Registered

    Join Date
    Jun 2006
    Location
    UK.
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Update - OINC API Release 9

    The RequestURL isnt being terminated at the latest length.
    Requesting index.html works but then me1.gif becomes me1.giftml.

    Example here that works the first time. Saving looks fine too.
    Attached files Attached files

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    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)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Update - OINC API Release 9

    Cheers Korjon, That is an excellent example.
    Jamie please Remember to include it the The final build as an example.

  10. #10
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Update - OINC API Release 9

    I will - I'll add an Examples folder to the distribution zip.

    I've fixed that termination bug - I'll upload the fixed version tonight.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Update - OINC API Release 11
    By James in forum Lacewing
    Replies: 46
    Last Post: 11th May 2009, 10:15 PM
  2. Update - OINC API Release 10
    By James in forum Lacewing
    Replies: 4
    Last Post: 13th April 2009, 12:32 AM
  3. Update - OINC API Release 8
    By James in forum Lacewing
    Replies: 4
    Last Post: 24th January 2009, 05:24 PM
  4. Update - OINC API Release 7
    By James in forum Lacewing
    Replies: 11
    Last Post: 16th December 2008, 03:01 PM

Posting Permissions

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