Deprecated: Assigning the return value of new by reference is deprecated in /a/oberon-home0/dsv/thomasw/public_html/wp-includes/cache.php on line 36 Deprecated: Assigning the return value of new by reference is deprecated in /a/oberon-home0/dsv/thomasw/public_html/wp-includes/query.php on line 21 Deprecated: Assigning the return value of new by reference is deprecated in /a/oberon-home0/dsv/thomasw/public_html/wp-includes/theme.php on line 540 Thomas Westin @ DSV » Server

Thomas Westin @ DSV


Flash and Moodle integration

Posted in Development, Flash, Moodle, Server by admin on the December 21st, 2007

After researching ways of integrating Flash and Moodle I found two ways:

1. Using Flash Learning Interactions. This is a good approach if you plan to use only the prebuilt learning interactions. All you need to do is
1.1 follow instructions in the Help files for creating a SCORM compliant learning interaction
1.2 Download the Reload editor from www.reload.ac.uk. Open the editor, create new package, select the folder where you have your html and swf, add them as resource by drag and drop to the right pane Resources item. Then package it and upload it to Moodle

2. Use the ExternalInterface in Flash together with ADL Javascript methods. This gives you better control of development your own interactive content. Read more here:
http://flashforlearning.com/2007/04/13/scorm-12-and-externalinterface/

Flash Media Server introduction

Posted in Communication, Flash, Media, Server by admin on the October 18th, 2007

This week I held two lectures in how to setup and use the Flash Media Server, including Components and some basic coding. At the first lecture I showed examples and talked briefly about the server, showed the Management console etc. After the first lecture the students had a hands-on tutorial, which can be found under The Pages.

The second lecture focused on principles such as protocols, compression, lag handling etc and explanation of code classes. Requests for more hands-on introductions came up on the second lecture so I adapted the lecture a bit and showed how to e.g use an IP number instead of localhost, and some further explanation about how the application folder relates to the RTMP URI.