User Tag List

Results 1 to 5 of 5

Thread: Looking for a multimedia application tutorial for MMF

  1. #1
    Clicker Fusion 2.5

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Looking for a multimedia application tutorial for MMF

    Hi there,
    I have the duty to create a application which is supposed to work like a catalog.
    Every Frame is supposed to be a page of the catalog. There shall be navigation
    from frame to frame by clicking on graphical objects (active objects?).
    Aside from that I would need to have pictures and animations in there.

    We are here in the process of looking for the propper tools to do that. I am
    voting very much for MMF because I know it from the past (loooong time
    ago).

    Every assistance, all tutorials, all sample apps you can point me to, are very
    apprechiated!
    Thanks
    Heiner

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is the content of the catalog going to be/ What is the catalog going to display?
    Be as specific as possible

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    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)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    You might find the sub-app object useful depending on what you're doing. You could use the sub-app to load the different catalog pages into your initial primary frame. It might be unnecessary though. Can you give us more details on what exactly you're going to be doing and how you want it set up?

  4. #4
    Clicker Fusion 2.5

    Join Date
    Nov 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there,
    every frame is going to be a "page". On a page can be pictures and/or small films.
    In some cases it can be necessary to have the option to open links from within the app
    in the currently installed used system browser. Finaly there is the idea of having the option
    to copy certain materials from a directory within the structure of the app, to a directory
    on the users Harddrive which the user can indicate. If that would not be possible, a button
    which opens a explorer window in which the given material is contained, would also be
    sufficient.
    The whole thing is supposed to be a sort of supportive, internal educational orientation, which should
    give the user usefull tips for dealing with certain situations with a c ertain product.
    Thanks for the help so far,
    Best regards
    Heiner

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is my suggestion, based on how i understand this:

    APPLICATION STRUCTURE
    - You can make Applications as stand alone EXEs or as an Installer ( needing to run the installer to install the App before being able to run it )
    - Make your App an Installer type App ( File -> Build -> Installer ) -> When you do this, you can choose to include other conten whith your App, you can also choose where on the computer the content should be extracted to when App is insalled
    - Extract the content ( the defaul content, pics, movs ) to a logical/ hiarchical folder structure, to somewhere on the computer of your choosing
    ( BinaryData method could also be used i guess, but i think the installer would be safer/ easier? )

    CONTENT
    - Pictures -> Use the Picture Object to display pictures in the App, and make the Picture Object point to the correct Picture in the folder structure ( maybe there is a better object for this? )
    - Movies ( if your talking about movie files, like clips seen on youtube etc )-> Use the DirectX Object to display movies in the App, and make the DirectX Object point to the correct Movie in the folder structure ( maybe there is a better object for this? )
    - As your App content is now pointing to the sources ( Pics, Movs ) on the disk, the File Object can get the pathnames for these files and copy the files from A to B ( A being location on disk, B being desired destination on disk ) ( im however not sure if there are any kinds of restrictions on what kind of files the File Object can/ is allowed to copy/ paste )

    I dont understand what you were saying about the Links and stuff, but the rest sounds very possible to me

Similar Threads

  1. Replies: 3
    Last Post: 6th January 2015, 02:26 AM
  2. Replies: 3
    Last Post: 10th October 2013, 08:12 PM
  3. Multimédia fusion 2 création d'application bug
    By Tobi2 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 10th May 2010, 04:11 AM
  4. MULTIMEDIA
    By 150542 in forum File Archive
    Replies: 12
    Last Post: 22nd November 2008, 04:58 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
  •