Windows Media Player SAMI/ASX Activity - Assemble Files

  1. To use the SAMI file you created in MAGpie, copy the SAMI ("csun2007.smi") from the "magpie" folder to the "mediaplayer" folder. If a file by that name already exists, you can overwrite the file.
  2. Open the ASX file called "csun2007.asx.txt" in a text editor. You should be able to double click on the file to open it.
  3. You will be typing the bolded text as shown below:


    <asx version="3.0" previewmode="No" >
     
    <title>CSUN 2007 Captioning Demo</title>
    <author>Your name here</author>
     
    <entry>
    <title>Captioning Demo Clip - CSUN 2007</title>
    <copyright>2007</copyright>
    <ref href="csun2007.wmv?sami=csun2007.smi"/>
    </entry>
     
    </asx>

  4. Add metadata to the meta tags.
    1. Add an event or playlist title ("CSUN 2007 Captioning Demo") inside the first set of <title> tags as shown above.
    2. Add an event or playlist author ("Your name here ") inside the <author> tags as shown above.
    3. Add the clip title ("Captioning Demo Clip - CSUN 2007") inside the second set of <title> tags as shown above.
    4. Add copyright information ("2007") inside the <copyright> tags as shown above.
  5. Replace "myvideofile.wmv" with "csun2007.wmv".
  6. Replace "mysamifile.smi" with "csun2007.smi" or the name you used to export the SAMI file from MAGpie.
  7. Save the file, using File->Save As, removing the .txt extension, so the file name should be "csun2007.asx". Note: All three files (ASX, SMI, WMV) should be in the same folder. Confirm the name change dialog box by clicking OK. Close the ASX file.
  8. Now try it out. Double click the saved ASX file, and Windows Media Player should play the video with captions. If your Mac tries to run QuickTime, you can try dragging the ASX file and dropping it on the Media Player icon. (In Windows, you may need to upload the files to a server to see the captions.)
  9. If you have time, try experimenting with different values for the metadata you edited above. Save and see how they appear in Media Player.

Back to Index