Helo Raja,
There are several methods and it does rather depend on what you want
against what your provider will allow.
Some providers are for understanable reasons digging their heals in when
it comes to displaying video or just graphics. For example one web host
provider will automatically upgrade you to the next highest package and
debit your account without prior warning if your total graphics download
exceeds 50% of the entire download in that current month.
Another Host Provider will not allow you to have ANY file that is
greater than 10MB on your site
What they are doing is running their service very close to the
edge.....they may have a relatively small feed to the backbone and if there
are regular large downloads of video you will be eating into their own
overall bandwidth which makes for poor performance for their other clients.
So check it out first.
The actual mechanics of putting a file on a web site is quite easy. This
assumes you have a web site where you have control over the actual content
rather than having what I call a pretend web site. A pretend web site is
where the host allows you to choose colours and maybe some texture but the
whole layout is one that they not you decide upon.
Here is some code for a basic web page. It has two options, a click HERE
option so that the file is downloaded to the client computer and the other
is a generic setup to display a video on the web page itself. There are no
dimensions included in that peice of code...the window will therefore
re-size to accomodate your video.
<html>
<head>
<title>No title</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple"
alink="red">
<p>
Download my video. Click
<a href="Full File Path Goes Here">here</a>
<p>
<p>
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
cab#Version=6,4,5,715">
<param name="FileName"
value="Full%20File%20Path%20Goes%20Here">
<embed src="Full File Path Goes Here"
pluginspage="
http://www.microsoft.com/Windows/Downloads/Contents/Products/Me
diaPlayer/">
</object>
</body>
</html>
Hope that this is of some use to you.
Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk
raja maya said:
you can try transferring it to music match and then try to import it form
there and if it still doesn't work you can just burn it to a cd and from cd
to you hard drive and then import.
ok i wanted to post my wideo clip that i made but i only have it on a cd
and on my video so how do i post it on the web