How can I move the StreamAuthor presentations stored in my local drive onto my web/media server?
There are two folders named Web and Media under the root directory of the presentation. Copy the .WMV file in the Media folder onto your media server. The URL of the file should be mms://mediaserver/demo1/test.wmv. Then, copy the Web folder, index.asx, index.htm onto your Web server. The URL of the index.htm should be http://webserver/demo1/index.htm. Use a text editor such as Notepad to modify the index.asx file. Replace the value of with the URL of the wmv file: mms://mediaserver/demo1/test.wmv. Now, users can use the URL http://webserver/demo1/index.htm to view the presentation.
