+ Reply to Thread
Results 1 to 9 of 9

Thread: Looking for help with custom interface

  1. #1
    Join Date
    Aug 2007
    Location
    Solon, Iowa
    Posts
    6

    Default Looking for help with custom interface

    I have an idea for a custom Deki-Wiki flash interface I would like to discuss with someone. It's a way to hopefully leverage the wiki for alternative uses.

    Please let me know if anyone has a desire to work on something like this. I may be able to get some funding for this project.

  2. #2
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    Wow, that would be quite cool. Pretty everything you can do today via the UI is actually done via API calls. So, nothing prevents you from providing a complete flash-based interface to Deki Wiki.
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  3. #3
    Join Date
    Jul 2007
    Location
    Stockholm, Sweden
    Posts
    98

    Default

    by the way...
    any ideas of embedding a flash movie inside the wiki ?
    Last edited by Umair; 12-03-2007 at 01:17 PM.

  4. #4
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    You mean like a YouTube video? If so, you can do:
    Code:
    {{ media(uri) }}
    Where 'uri' is the page/video uri you wish to embed. This works for a lot of different sources, like YouTube, uStream.tv, Viddler, Veoh, etc.
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  5. #5
    Join Date
    Jul 2007
    Location
    Stockholm, Sweden
    Posts
    98

    Default

    oh well yes we can embed that..
    i was reffering to Custom made flash animated movies.

  6. #6
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    Like the kind that ends in .swf?
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  7. #7
    Join Date
    Jul 2007
    Location
    Stockholm, Sweden
    Posts
    98

    Default

    Oh yes....exactly!

  8. #8
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    'media' should support that as well. You should be able to attach it to a page and then use the link to it. It would look something like this:
    Code:
    {{ media('http://my-server/@api/deki/files/113/=anim.swf') }}
    If that doesn't work, it's a bug. So let me know.
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  9. #9
    Join Date
    Jul 2007
    Location
    Stockholm, Sweden
    Posts
    98

    Default

    Simply Superb!!

+ Reply to Thread

Posting Permissions

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