I want to place some Video on web. But I don't want ppl to download it and just see it on web. By not using a streaming server...is there any technology can do it?
If you are not using a streaming server, convert the videos to ASF (Active Streaming Format) files and then use an ASX (Windows Media Player Playlist extension) file to reference the video. I use Sonic Foundry's Stream Anywhere (
3) Save the file as "your_video.asx" in the same directory where the your_video.asf" video files lives.
4) On your web page, use <a href="your_video.asx">Your Video</a> as the pointer.
In this example, the web page, the video file (ASF) and the ASX file live in the same directory. You can make the necessary adjustments to your ASX file to point to the correct directories.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.