viveknetan
12-19-2008, 11:37 AM
CODE
<html>
<center>
<embed pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="nike.mpg" type="application/x-mplayer2" autostart="1" showstatusbar="0" volume="0" loop="true" height="900" width="1280">
</center>
</html>
Instructions:
1. Copy the above code into notepad
2. In place of height="900" set the value as ur (screen's height in pixels + 100)
So if ur screen is 1280X800 resolution as mine , u set height as 900
3. Set width as ur screen's width
4. In place of src=nike.mpg put in a filename like src=bailamos.mpg or any other piece of shit u have . Better way as pointed out by gopackgo is to put in the whole path of the video here , like src="C:\Documents\nike.mpg".
5. Save this file as an html file . And save the video file u wrote in previous step in the same folder as this html
6. Now right-click on ur desktop , Properties>Desktop>Browse . Now in "Files of type" change "Background files" to "HTML Documents". Now set the html file u just made as ur desktop.
<html>
<center>
<embed pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="nike.mpg" type="application/x-mplayer2" autostart="1" showstatusbar="0" volume="0" loop="true" height="900" width="1280">
</center>
</html>
Instructions:
1. Copy the above code into notepad
2. In place of height="900" set the value as ur (screen's height in pixels + 100)
So if ur screen is 1280X800 resolution as mine , u set height as 900
3. Set width as ur screen's width
4. In place of src=nike.mpg put in a filename like src=bailamos.mpg or any other piece of shit u have . Better way as pointed out by gopackgo is to put in the whole path of the video here , like src="C:\Documents\nike.mpg".
5. Save this file as an html file . And save the video file u wrote in previous step in the same folder as this html
6. Now right-click on ur desktop , Properties>Desktop>Browse . Now in "Files of type" change "Background files" to "HTML Documents". Now set the html file u just made as ur desktop.