video clips
hi im a new webmaster and i would like to know how to insert a video clip on a page, i would like to have a picture of the beginning of the video clip, when u click on it just plays in a new window. im sure its not hard to do im just unsure how to do it.
Busy posted this at 20:20 — 6th November 2002.
He has: 6,151 posts
Joined: May 2001
what format is the clip?
I suppose if you wanted a picture first you could use a Javascript onmouseover to work it. or use flash.
would the picture and video be in the main window or new window?
mazz420bud posted this at 21:03 — 6th November 2002.
They have: 22 posts
Joined: Oct 2002
the picture would be on a page, when you click it the video starts., whats the best format to have these clips?
jammin posted this at 22:49 — 6th November 2002.
They have: 222 posts
Joined: Sep 2002
mpg or avi would be my guess... anything but real media works...
mazz420bud posted this at 23:49 — 6th November 2002.
They have: 22 posts
Joined: Oct 2002
ok well how do i get it on my site?
The Webmistress posted this at 08:17 — 7th November 2002.
She has: 5,586 posts
Joined: Feb 2001
You could try the tutorials at WebMonkey. They are normally very easy to follow and should cover what you want to do.
Megan posted this at 14:11 — 7th November 2002.
She has: 11,421 posts
Joined: Jun 1999
It is really hard to find good information about embedding video and what type of format to use etc. etc. I actually did a search for you last night and didn't come up with anything good - the best page was a 1996 webmonkey tutorial!
The code to embed video is the tag - any good html reference will give you all the atttributes for it. In a basic case you'd just go like this:
You can embed a windows media player or a real player if you want but I don't know the code for that.
Another good option is Flash MX - that would enable you to do exactly what you want to do above. You could just add an autostart="false" attribute to the embed tag, but that wouldn't allow you to show a picture first. Flash MX can do that.
Megan
Connect with us on Facebook!
Megan posted this at 14:14 — 7th November 2002.
She has: 11,421 posts
Joined: Jun 1999
Ack, I'm looking around at a couple of referneces and can't find the embed tag in any of them. Maybe threre's a nother way you're supposed to do it, but I don't know what that is - the embed tag does work though.
Here's a page from HTML goodies with some more help:
http://www.htmlgoodies.com/tutors/videoembed.html
Megan
Connect with us on Facebook!
Megan posted this at 14:44 — 7th November 2002.
She has: 11,421 posts
Joined: Jun 1999
After doing some reading at w3c.org, it seems that the embed tag is depreciated/obsolete because it was proprietary. They suggest using the object tag (this might not work in NS4 - we have some older pages at work that have embedded smil using the object tag, but we've provided an alternative using the tag for NS... I didn't code it so I'm not entirely sure how it works).
Here's w3schools.org page on the object tag:
http://www.w3schools.com/tags/tag_object.asp
I think the classid is used to define which plugin to use but I'm not sure on that one...
Sorry that I haven't been of more help here, it's a little tricky when there are so few resources available on the subject.
I am assuming that you understand that it's *much* easier to just link to a video file for people to download... download speeds are a major problem with video of course.
Megan
Connect with us on Facebook!
mazz420bud posted this at 18:14 — 7th November 2002.
They have: 22 posts
Joined: Oct 2002
ok say i just want to put a link to it, how will i go about doing that? a hyperlink to where? where it is on my server directory?
Suzanne posted this at 18:33 — 7th November 2002.
She has: 5,507 posts
Joined: Feb 2000
where did you upload it to?
Megan posted this at 18:35 — 7th November 2002.
She has: 11,421 posts
Joined: Jun 1999
Just put a link to the file, wherever it is on your serve (put it anywhere you like) just with an like you would to an html file or whatever. Then tell people to right click and "save target as" (check this in different browsers to make sure the instructions are right... I forget what it is exactly in Netscape). Then they'll just download the video and watch it from their own computers. MPEG is the best format for this - it's not proprietary so they will work in most video players. Pretty much everyone should have something that is capable of playing an MPEG.
Megan
Connect with us on Facebook!
Megan posted this at 18:44 — 7th November 2002.
She has: 11,421 posts
Joined: Jun 1999
Just to add to that - I don't know what your video is for, but you might want to check around at sites on similar topics and see what they're doing. Your target audience may be familiar with a particular way of handling videos.
Megan
Connect with us on Facebook!
mazz420bud posted this at 21:03 — 7th November 2002.
They have: 22 posts
Joined: Oct 2002
ok thanks
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.