Follow these steps if the media file and captions file are located in different directories or have different names. You will need to create a pointer file that references both the media file and captions file.
Before getting started you may first want to set SMI as a favorite formats.
See more information on configuring your Favorite Format settings.
Step 1- Select your file
From the My Files page locate the file associated with the video you intend to work with in Windows Media Player or Silverlight. Click the file name to open the file view page.
Step 2- Click Quick Download icon
Step 3- Download the SMI format
Download the SMI caption format.
Step 4- Note the location of your files
Take note of where your SMI and WMV files are located on your computer.
Step 5- Create an ASX pointer file
Paste the code below into a text editor. Edit the name and location of the media file and captions file. Save it as an ASX file (e.g., My-Video.asx) and make sure that Windows does not rename it (e.g., My-Video.asx.txt). The ASX file will look and function just like a media file. It will associate with the Windows Media icon and playing it will launch the media file and captions file.
<asx version="3.0"> <entry> <ref href="c:mediaMy-Video.wmv?SAMI=c:captionsMy-Video.smi"/> </entry> </asx>
0 Comments