Transfer to HTML code
Moderators: Admin, Moderator Team
-
- Forum Addict
- Posts: 799
- Joined: Fri Aug 20, 2004 1:32 am
- Location: Salt Lake City, Utah
Transfer to HTML code
I'd like to be able to post some movies on my website and such, kinda like when you watch movie trailers how you can watch it on the site rather then having Windows Media Player pop up. To do this I have to transfer the .mpeg file into an HTML code...does anyone know how to do this?
-
- Forum Addict
- Posts: 921
- Joined: Fri Jan 09, 2004 4:07 pm
- Location: Bartow, Florida
- Contact:
RE: Transfer to HTML code
If you are just trying to embed a video into a webpage, so that it is streaming rather than someone having to download, find your way to the following webpage and follow the instructions. This makes it easy and simple.
http://cit.ucsf.edu/embedmedia/step1.php
http://cit.ucsf.edu/embedmedia/step1.php
"They're people who only want to be involved in filmmaking to get rich, get famous, or get laid. They know as much about filmmaking as George W. Bush knows about hand-to-hand combat"- Jim Jarmusch
-
- Forum Addict
- Posts: 799
- Joined: Fri Aug 20, 2004 1:32 am
- Location: Salt Lake City, Utah
RE: Transfer to HTML code
Is there a certain server I need to use? Whenever I put the links up that I have it won't play the video.
-
- Forum Master
- Posts: 3897
- Joined: Wed Sep 17, 2003 4:13 am
- Location: Orange County, California
- Contact:
RE: Transfer to HTML code
The movies need to be on your own server. It works great for me.
WW2 Reenacting:
AAA-O :: Anything, Anywhere, Anytime, Bar Nothing!
AAA-O :: Anything, Anywhere, Anytime, Bar Nothing!
- reflexive_cinematics
- Posting Freak
- Posts: 231
- Joined: Thu Apr 01, 2004 11:04 pm
- Location: Wisconsin, USA
- Contact:
Re: RE: Transfer to HTML code
Yes, and then you use a code something like this.Epsilon wrote:The movies need to be on your own server. It works great for me.
----------------------------------------------------
<EMBED SRC="mymovie.mov" WIDTH=240 HEIGHT = 196 AUTOPLAY=true CONTROLLER=true LOOP=false PLUGINSPAGE=http://www.apple.com/quicktime/">
----------------------------------------------------
you would substitute mymovie.mov with whatever your file name is and the code would be a little different if you had a Windows media file.
You would have to know also, what the width and height of your video is as well. to make sure that it displays and fits properly.
[url=http://www.reflexive-cinematics.com][img]http://reflexive-cinematics.com/images/sigbanner.jpg[/img][/url]