Mediator 9: The Basics


Mediator 9 Box

This is the first in a series of screencasts focusing on Mediator 9 – a multimedia authoring tool that enjoys some popularity in the education market. This first episode looks at some of the fundamentals of working in Mediator, including an overview of the interface and some of the key tools. Subsequent episodes will delve increasingly deeper into the more advanced features of the application.

You can download a trial of Mediator from the Matchware website.

Jeremy’s Blog is not affiliated with Matchware or Mediator in any way.

Duration: 15min 53secs

Level: Beginner

Download (click a link below):

Quicktime [medium] – 960 x 600

Quicktime [small] – 640 x 400

Download this screencast in iPod/iPhone format via iTunes

,

  1. #1 by Andreas on 19th January 2010 - 12:11 am

    Hi Jeremy !!
    I was very pleased to find your blog with these great videos teaching me the basics of Mediator 9.0.
    Iv’e emaild MatchWare team about a question but their support is soooo poor.. So i’ll ask you instead..
    Is there a way in mediator to get some kind of filedialog ? For an example i want to make a Mp3 player for Windows and therefore i don’t wan to include the songs with the application but let the users of my app choose some of their own mp3’s on their own computer ??

    Really thankful if you could help me with this and pleast email me back at: andreas.malmqvist76@gmail.com

    // Andreas

  2. #2 by jcalvert on 18th June 2010 - 10:21 am

    There are no controls on these videos. Most frustrating when you cannot quickly review something!
    Can this be done??

  3. #3 by Jeremy on 21st June 2010 - 10:13 am

    Sorry to hear that you’ve had problems with this – I can see why this would be frustrating. The control bar should in theory be accessible for all of the screencast videos (it shows up fine for me). You may find that updating your QuickTime Player plugin to the latest version fixes the problem (go to http://www.apple.com/quicktime/download/). Alternatively you could try using a different web browser (e.g. Firefox or Safari). One final suggestion – download the video (right-click on the link and choose the option to download the file) and then open it in QuickTime Player where you should be guaranteed to have access to a control bar. Hope this helps.

    Incidentally – I’d be interested to hear how you came across my screencasts?

  4. #4 by Curtis Nelson on 2nd July 2010 - 12:25 am

    Huge thank you for what you’re doing, Jeremy! I have looked in vain for some sort of Mediator user group. I agree with Andreas in that the support from Matchware is at times extremely disappointing. They did have a user group linked from their site several years ago, but it vanished some time ago.

    Thanks for the video demos. As your time allows, keep them coming. They are an important expansion to the manual.

    Speaking of which — are there other books out there on Mediator besides the manual? Other user groups?

    Again, huge thanks!

  5. #5 by Jeremy on 2nd July 2010 - 8:51 am

    Many thanks for the feedback, Curtis. Very happy to know that the screencasts are helpful. To the best of my knowledge there are no books available other than the manual. I’d be interested in writing one if I knew that there was a big enough demand for it. I’ve not found any user groups either. I have plans for some more advanced screencast tutorials and hope to be posting these in the coming weeks and months. If you have any requests for particular topics that you’d like covered I’d be interested to hear about these. At the moment my programme is developed in response to the needs of the students that I work with (who are probably the biggest users of these tutorials) but I’m certainly open to suggestions.

  6. #6 by Curtis Nelson on 11th July 2010 - 7:00 pm

    I realise that your website is more informational and educational than tech support, but I’m stymied with a drag & drop problem and wondered if you might have a look at it to see what I’m doing wrong? I have 12 objects that I want to have correctly placed (4 on each of three frames or “doors”) I can’t seem to get the appropriate response each time. Also, I’m not sure how to hide or prevent further drag & drop once the correct placement has been reached. Any possibility of having a look at it to see what I’m doing wrong?

    Thanks much!

  7. #7 by Jeremy on 12th July 2010 - 12:29 pm

    Sounds like the problem might be in the programming of your ‘IF…’ action. You need to use a statement like the following:

    IF… dragged_object = "object1" OR dragged_object = "object2" OR dragged_object = "object3" OR dragged_object = "object4"

    THEN… [perform whatever actions you want to indicate correct match]

    Note that if you write this like dragged_object = "object1" OR "object2"… then it won’t work correctly.

    Then you could use a ‘Hide’ action (perhaps nested inside a ‘Timeline’ action) to hide the objects once they have been correctly placed.

    I’ve been meaning to do an Advanced Drag & Drop screencast that would cover this kind of thing. Keep an eye out for that in the coming weeks.

  8. #8 by Curtis Nelson on 12th July 2010 - 4:55 pm

    Thanks, that seems to solve some of the problem!

    On the “hide” action, is that embedded in the events of the object or of the target? If target, how does it differentiate which object to hide?

    An Advanced Drag & Drop screencast would be great!

    Btw, I use Mediator to create an interactive Etext on American Popular Music History – one of the classes I teach at college. The final product is used like a “book” except that it is interactive with video, audio and self-grading practice tests. Mediator is a great program, even with a few limitations.

    Thanks for your help.

  9. #9 by Jeremy on 17th July 2010 - 10:05 am

    Advanced Drag & Drop screencast to follow soon, I hope. In the meantime you could try using a series of ‘nested’ IF actions. For example…

    IF x=1 THEN do y
    ELSE IF x=2 THEN do z
    etc…

    Hope this is enough to get you started.

    The eBook sounds great. It seems to me that exploiting multimedia technologies for teaching and learning purposes is the right way to go. What is perhaps even better is getting the kids to make their own multimedia and tools like Mediator make that very achievable.

    I’m looking into the possibility of setting up an unofficial Mediator community forum where folks can post questions and solutions. In the meantime, keep the comments coming.

  10. #10 by Curtis Nelson on 20th July 2010 - 5:50 pm

    Thanks! I’ll try that! How would that work to return an object to its original position if an incorrect choice was made?

    A Mediator (unofficial) community forum would be fanatastic!! Let’s pool our knowledge, discoveries, and experiences!

  11. #11 by Jeremy on 21st July 2010 - 9:04 am

    I’ve started work on a new screencast that explains this and more stuff relating to drag & drop. I’ve already made up some demo pages which I will be uploading along with the screencast. Just bear with me and I’ll try to get the screencast up within the next week or so. This one takes a bit more time to make as the concepts are a little trickier to explain and I want to make sure that it is really clear and easy to follow.

    I’m definitely going to look into setting up some kind of Mediator forum/user group – and I have some ideas about making this part of a broader online forum for folks who have an interest in both learning and technology. Watch this space!

(will not be published)