- Any interesting CALL-related discoveries this week?
What are some of the best examples of using audio or video for language learning that you've seen? Why do you like them?- How might you use audio or video in your teaching environment (present & future)?
- What are the greatest obstacles you face in using CALL in your teaching envirnment? How might you overcome these obstacles?
- How's your computer related anxiety these days? How are you coping with this crazy firehose of tech tools Jeff is aiming at us?
- Any other questions you'd like to ask your partner....
Video Hardware
Video File Formats
Video Production Tools (PC Based)
<embedTo embed a .wmv file in your blog or html page, you can use this code (you will need to change the bold portions):
src="filename.swf"
width="300"
height="300"
allowscriptaccess="always"
allowfullscreen="true"
/>
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="videofilename.wmv">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>