Web Based Lesson Notes - 02
Web Based Lesson Notes - 02
9)
L Le ea ar rn niin ng gM Ma an na ag ge em me en nt tS Sy ys st te em m
The following are examples of attributes that are commonly used with the HTML <embed> tag to displays a video in Moodle.
Attribute allowFullScreen autostart hidden loop playcount volume Description Determines whether to view the video in original size or Determines whether to start the video as soon as the page has loaded. Determines whether to hide the video. For example, if you just want background noise with no video. Determines whether to continously replay the video after it has finished. Determines how many times to repeat the video. Determines how loud the audio should be. Possible Values
<object width="400" height="350"> <param name="allowFullScreen" value="true" /> <param name="wmode" value="transparent" /> <param name="movie" value="http://72.27.213.25/file.php/9/Computer_Assemble.swf" /> <embed width="400px" height="350px" src="http://72.27.213.25/file.php/9/Computer_Assemble.swf" allowfullscreen="true" type="application/x-shockwave-flash" wmode="transparent" /> </object>
INSTRUCTIONS
The following steps are to be carried out in the order indicated to embed a video file in the Moodle content block of the course homepage. This is basically the same procedure that is used to embed videos in other areas/sections of your course site. Step 1 1. Log into your Moodle site and navigate to the course homepage. 2. In order to edit the page you will need to clickthe Turn Editing On button at the top right hand side of the page (Fig. 1).
3. Identify the course content block that you intend to use to embed the video file (e.g., Block 4 in Figure 2 below)
Click on the block edit icon, with the pen in hand at the top left corner of block, circled in orange. This will open the HTML/WYSIWYG editor window as shown in Figure 3a below.
5. Use the formatting toolbar to enter and center a caption for the video as shown in Figure 3a above. (Ensure that the video is uploaded to the course files repository, beforehand). 6. Click on the toggle button highlighted in orange (Fig. 3a), on the toolbar to switch to the HTML editing mode. Enter the code displayed or copy and paste the HTML code to embed your video. The screen will change to the HTML editor as seen in Figure 3b below.
7.
Enter, the code given above to embed your video, or copy and paste this code if you had already typed it in an HTML editor. Then Save Changes button to save the video in this block.
8. The page will refresh and return to the course homepage. The video will start playing if autostart was set to true, or will can you start/stop with or otherwise control the video with the buttons on the media control bar. 9. This concludes your session! I hope you found the lesson helpful.
References
HTML video codes. Retrieved from http://www.quackit.com/html/codes/html_video_codes.cfm Quiz Creator by Testmoz. Retrieved from https://testmoz.com/ Spector, J. M., Merrill, M. D., Merrienboer, J. V., & Driscoll, M. P. (2008). Handbook of research on educational communications and technology (3rd ed.). New York, NY: Taylor & Francis Group, LLC. Survey questions by Survey Monkey. Retrieved from http://www.surveymonkey.com/ Tizap.com: html - video codes. Retrieved from http://www.tizag.com/htmlT/htmlvideocodes.php Vimeo tutorial. Embedding a TED video in Moodle 1.9. Retrieved from http://vimeo.com/43678061 W3C Schools: HTML Videos Retrieved from http://www.w3schools.com/html/html_videos.asp