473,396 Members | 1,784 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Adding video to my webpage

I would like to add video to my webpage, with the file sitting on my server.
I know it has to do with OBJECT, etc.

My question is, what is the best, most generic way to do this? Of course
I'll have a link saying, "Click here if video doesn't play" and send them to
YouTube, etc.

But I want to do this as best as possible, to cover most browsers, OS's etc.

Anyone have a decent link for this?

Thanks ahead,

Daniel

Jul 29 '07 #1
4 4224
Well bust mah britches and call me cheeky, on Sun, 29 Jul 2007 15:22:22
GMT Daniel Kaplan scribed:
I would like to add video to my webpage, with the file sitting on my
server. I know it has to do with OBJECT, etc.

My question is, what is the best, most generic way to do this? Of
course I'll have a link saying, "Click here if video doesn't play" and
send them to YouTube, etc.

But I want to do this as best as possible, to cover most browsers,
OS's etc.

Anyone have a decent link for this?
As far as I know, it simply can't be done in an effective, all-browser
manner. If you find out otherwise, however, please let me know because I
am also interested in such a goal.

--
Neredbojias
Half lies are worth twice as much as whole lies.
Jul 30 '07 #2
Well bust mah britches and call me cheeky, on Mon, 30 Jul 2007 05:24:57
GMT Neredbojias scribed:
Well bust mah britches and call me cheeky, on Sun, 29 Jul 2007
15:22:22 GMT Daniel Kaplan scribed:
>I would like to add video to my webpage, with the file sitting on my
server. I know it has to do with OBJECT, etc.

My question is, what is the best, most generic way to do this? Of
course I'll have a link saying, "Click here if video doesn't play"
and send them to YouTube, etc.

But I want to do this as best as possible, to cover most browsers,
OS's etc.

Anyone have a decent link for this?

As far as I know, it simply can't be done in an effective, all-browser
manner. If you find out otherwise, however, please let me know
because I am also interested in such a goal.
Oops, meant to add "without Flash or the like" to that statement.

--
Neredbojias
Half lies are worth twice as much as whole lies.
Jul 30 '07 #3
On 29 Jul, 16:22, "Daniel Kaplan" <NoS...@NoSpam.comwrote:
I would like to add video to my webpage, with the file sitting on my server.
I know it has to do with OBJECT, etc.
http://sbisson.livejournal.com/782228.html

Jul 30 '07 #4
Daniel Kaplan wrote:
I would like to add video to my webpage, with the file sitting on my server.
....
My question is, what is the best, most generic way to do this?
I guess that it would depend on the video format. Easiest would be Flash
as commonly only one object element is needed:

<div>
<object
type="application/x-shockwave-flash"
data="flash.swf"
width="300"
height="200">
<param
name="movie"
value="flash.swf" />
<!-- Fallback content here. -->
</object>
</div>

The seemingly redundant param element is for IE.

Osmo
Jul 31 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: sri_san | last post by:
Hello, I have a webpage in which a media player is embedded.I would like to close the page at the end of the video. Can I detect the end of the file so as to close the page programmatically? ...
4
by: ABC | last post by:
I. I have a video capture project, like AmCap, written in VB.NET. It is a windows applications. Is it possible to put it into a web page? II. Is the conversion in I complicated? Involve ActiveX...
2
by: citizensen | last post by:
I would like to incorporate one browse... button in webpage and that will search and select a video file ( avi, mpg., .dat, or . mov ) and play and while pressing another button would play the file...
0
by: 666 | last post by:
When a video is embeding on a webpage. People can right click on the video screen and select the PROPERTIES tab and know where the video is located. Is there a way you can disable the PROPERTIES &...
0
by: brewcrew22 | last post by:
I was wondering if i have a webpage that has a video clip on it, how do i, once the video is finished, get it to automatically go to a different link within my website Is there anyway to do this...
1
by: newtodotnet | last post by:
Hi all, I searched many forums and google. Not yet find any solution for My Prob. I want to create a webpage which ill display the video from webcam. In windows form it is...
0
by: bogorman | last post by:
Am trying to add a "video" to a webpage which is based on a template containing a javascript menu. The site has hundreds of pages all based on this template and the menu works fine The page can be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.