Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Adding Videos to a wordpress site that is an intranet Re: Adding Videos to a wordpress site that is an intranet

#77424
dholowiski
Member

Hi. Let’s say your internal web server is http://internalserver
You can just create a folder called videos in the web root, and drop your videos in there.
If they are videos that Windows can play, you can just link to them and they will play in Windows’s player. Eg: http://internalserver/videos/coolvideo.wmv will play right in your web browser. So will MOV’s if you have quicktime installed.

If you want a player like Chris has, you will need to convert your video to .FLV (Flash Video) and then drop it in a folder like i explained above. Then you can install a flash video player wordpress plugin – I use "Flash Video Player" which looks very similar to Chris’s player.

I hope that helps