subject: A simple solution to play video on your website [print this page] A simple solution to play video on your website
A simple solution to play video on your website
Here is a simple solution to make web videos and player
Follow user manual to make web videos and player. Link of simple steps:
http://www.web-video-player.com/screenshot.php
After you've completed the above, upload the folder "output" to the root directory of your web space.
Explanation:
Project Name => Name of the published html file
"output" folder => The folder named "output" which contains all of the published files to be uploaded to the website.
Now, I upload the folder "output" to the root directory of the website: http://www.web-video-player.com The project name of my web video is: "funny".
The web video will be:
http://www.web-video-player.com/output/funny.html
Sample screenshot of my uploaded "output" folder
Sample screenshot of files under "output" folder
==================================
About Codes for Displaying Web Videos on the Webpage
Upload Files Publish web video to your website or blog
After publishing the web videos and uploading all of the files in the "output" folder of your computer into the folder which is created for uploaded files on the hosting space of the website following the tutorial How to Make Web Videos like Video News on Yahoo, MSN and YouTube?, you may now put the codes to any other web pages or forums to show your web videos. There are two codes as follows:
First method:
You may know that there is an "html file" among the files in the "output" folder of your computer after publishing. For example: When I finish publishing the web video, I may get the html file named "Mr.Beans.Holiday_Funny.sing_n_dance.html". If the domain name of my website is "aaaaaaaaaa .com" I created a new folder on the hosting space of this website named: "webvideo". Thus, the link of my web video page should be:
I use Notepad to open the above-mentioned html file. You may find the code between "object". As I use the template "advertisement" to publish the video.
The above is the Relative Path of the files.
NOTE: If you just use the original published html file to view the web page, it is not necessary to change the code above. But, if you also want to put your published video to another web page or blog, you should change the code to Absolute path.
Right now, I put the code to of the new page, which is the same as the procedure of the first simple way mentioned above.