What is the quickest and easiest way to get an 800mg AVI up on to a webstie for viewing?
edit...I'm using WinXP Pro
+ Reply to Thread
Results 1 to 6 of 6
-
-
Originally Posted by jagabo
-
Import to Windows Movie Maker..It has several options to "save as"...1 of which is for viewing on the internet..
-
You can supply a direct link or embed it, here's the basic code for embedding it:
Code:<object id="MediaPlayer" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" type="application/x-mplayer2" width="XXX" height="XXX"> <param name="autostart" value="true" /> <param name="src" value="XXX.wmv" /> <param name="showstatusBar" value="true" /> <embed width="XXX" height="XXX" showstatusbar="true" src="XXXXXXX.wmv" autostart="true" type="application/x-mplayer2"> </embed> </object>
Similar Threads
-
flv reader for a webpage
By vh101 in forum Newbie / General discussionsReplies: 3Last Post: 2nd Mar 2009, 15:21 -
New Video Editing Webpage
By Poisoned in forum Newbie / General discussionsReplies: 3Last Post: 2nd Feb 2008, 02:37 -
error on webpage
By alintatoc in forum ComputerReplies: 7Last Post: 12th Jan 2008, 06:09 -
Webpage building software
By slimmx in forum ComputerReplies: 8Last Post: 16th Dec 2007, 15:48 -
Having trouble reaching a webpage
By louthewiz in forum ComputerReplies: 31Last Post: 22nd Oct 2007, 16:28