User Tag List

Results 1 to 8 of 8

Thread: [PLUGIN] Dropbox

  1. #1
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PLUGIN] Dropbox

    Hey guys, I finally started to develop and adapt my plugins that I already did for another program.
    Here is one of my last - Dropbox - Dropbox plugin will let you take control of your Dropbox directly from your HTML5 Application.
    This is adapted from the Victor Costan's Dropbox.JS library.

    Before using the plugin, you will need to get an API developer key.
    Read about this in the help page.

    Plugin - Help

    To install it, just unpack the rar archive into your MMF2 folder - keep the hierarchy from my rar archive.
    Since it's a plugin developed with the EDIF SDK of MMF, the plugin has none C++ code - This will make unusable directly in the MMF2 native preview mode. You should have to build and run it.

    Also, since there's still some issues with the "HTML Project" of this Beta 11, here is the method if you want to use the Dropbox plugin with the this mode.
    Otherwise, you still can use it with the "HTML Final Project".

    Open the Data/Runtime/Html5/Extension.js file and go to the line 195 - or search for loadRunObject() function. At the end of this function, just before // ENDCUT paste this :

    if (this.name=="Dropbox")
    return new CRunDropbox();


    Save and close.
    Then, open Data/Runtime/Html5/RuntimeDev.js file and go to the line 94 - or search for Runtime(canvasName, appName) function. Before this function, or at the end of the big list of 'document.write.....' paste this:

    document.write('<script src="'+document.srcPath+'dropbox.js"></script>');

    Save and close.
    The dropbox plugin should now work with the 'HTML 5 Project' mode.

    I started to learn javascript one year ago, so it may still have some bugs (I already developed 10+ plugins and now begin to be confirmed as js dev though) - Please feel free to support me by reporting bugs, ask questions, make propositions, or just tell me more about your work you'll do with my plugin

    Finally, sorry for my english (here, in the help file and in my plugin), it may be sometimes precarious or have mistakes - I'm french but I do my best to improve my english skills (I'm working for universal and spent all my time with american people, so I haven't got the choice :p )

    I started to develop/adapt other plugin which may come in the next few days/weeks.
    Thanks for reading to here and enjoy!

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    iosconstruct. There is nothing wrong with your English and thank you for this plug-in.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, that'll open up some interesting possibilities Thanks for taking the time to put it together!

  4. #4
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks guys,
    I wrote this plugin for personally making a database 'in the cloud' and it's working very well!

  5. #5
    No Products Registered

    Join Date
    Apr 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everybody,

    I've got a little problem: the link to download your PLYGIN is broken (Error404) ... Can you fix it, please ?
    Second question: is there a new version ? an Android version ?

    Thx a lot

    Ben

  6. #6
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bpigot, This is not available for the moment since I have to make some improvements on it.
    For your second question, no android version since I don't know java.
    Also, please don't send a PM when you answer on the forum as well.

  7. #7
    No Products Registered

    Join Date
    Apr 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx a lot.
    Do you think is possible to use your C2 version in Fusion via a PHP fil and the GET object ?
    Sorry for the MP.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DracisLooby's Avatar
    Join Date
    Jun 2008
    Location
    Washington, United States
    Posts
    169
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice!

Similar Threads

  1. online files manipulation and Dropbox
    By iOSC in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 3rd October 2013, 11:46 AM
  2. Plugin Flash
    By Gamesharked in forum SWF/Flash Export Module Version 2.0
    Replies: 42
    Last Post: 6th April 2010, 07:07 PM
  3. Vitalize Plugin - opening url in plugin window?
    By RickyRombo in forum Vitalize
    Replies: 6
    Last Post: 8th April 2008, 12:11 AM
  4. xm plugin?
    By jamesponds in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 3rd February 2008, 03:07 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
  •