View Full Version : How do I get videos on my site?
pixel pusher
12-26-2007, 02:33 AM
I want to get videos on my site like this site has done:
http://pstutorialsblog.com/free-video-tutorials-from-watch-and-learn-photoshop/
The videos on the above site just start playing without downloading and they are great. I would like to do the same thing on my site. I have
FrontPage 2000 and can get videos on the site but when people look at my site the videos have to download and that takes too long.
Thanks,Craig
Depeche
12-26-2007, 09:25 AM
You want them to PLAY the movie ON the site? Or download. Your question started to get confusing .. If you want them to play you have to embed the code.
sidorak95
12-26-2007, 09:50 AM
He wants it to play.
Depeche
12-26-2007, 10:27 AM
Well as I said embed the code with a player. Upload a media player something to play the movie with .. then embed the code into the page you want it to be in.
2MuchMark
12-27-2007, 12:24 AM
I want to get videos on my site like this site has done:
http://pstutorialsblog.com/free-video-tutorials-from-watch-and-learn-photoshop/
The videos on the above site just start playing without downloading and they are great. I would like to do the same thing on my site. I have
FrontPage 2000 and can get videos on the site but when people look at my site the videos have to download and that takes too long.
Thanks,Craig
Hi Pixel Pusher,
What you want to do is EMBED the video clip onto a page on your website. It is a pretty easy thing to do.
First, let's assume that the video is a Windows Media file (.wmv). Copy this file to your website via any FTP program.
Next, embed this code into your web page:
<object id=Player width=320 height=240 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name=URL value="YOUR VIDEO FILE NAME">
<param name="autoStart" value="true">
<param name="uiMode" value=none>
<param name="enableContextMenu" value="false">
<param name="playCount" value="1">
</object>
and that's it! This video will now play on Internet Explorer when you go to your web page. There are lots of parameters that you can add including FF / RW functions, and in some circumstances, you may want to use the EMBED function instead (or in addition to) the OBJECT function, but the above should work ok.
Good luck!
Mark Prince
http://www.2Much.net
http://www.LiveCamNetwork.com
Depeche
12-28-2007, 11:55 AM
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" width="378" height="230">
<param name="src" value="http://domain.com/File.AVI" />
<param name="url" value="http://domain.com/pictures/File.AVI" />
<param name="width" value="378" /><param name="height" value="230" />
<embed type="application/x-mplayer2" src="videos/File.AVI" width="378" height="230">
</embed></object>
anudiyac
05-22-2008, 07:02 PM
Hi
I dont seem to get it working... i copied the code and you can check at anudiya.com.. Any inputs ?
linFox
05-23-2008, 12:48 AM
I assume you're using a WYSIWYG (visual) HTML editor, if so you seem to have pasted the code in the 'visual' area.
Switch to the 'code' view and place the code in there.
leductho
05-29-2008, 09:34 PM
Hi pixel_pusher
Please go here and chose the type of video, copy your video link and click generate, copy code to your site. Done
http://cit.ucsf.edu/embedmedia/step1.php
Speedy_B
05-30-2008, 10:21 AM
But isn't there a bug in IE7 and 6 for the object tags? (they will not render) I use an external third party player. It is found here
http://www.jeroenwijering.com/?page=wizard
Example:
http://www.speedy-b.com/history-windows/
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.