| View previous topic :: View next topic |
| Author |
Message |
sudhakararaog
Joined: 19 Sep 2007 Posts: 119
|
Posted: Mon Jan 11, 2010 2:21 am Post subject: adding live video feature using html |
|
|
hi
i would like to know as to how to go about with html if i wanted people to watch a live event on my website
i have been doing xhtml css however never explored this live feature event so can someone provide me with links where i can get all the information that is needed for example a camera to record, what technology to use, what i should consider from user point of view, server side point of you, and the html code that needs to be used.
please advise.
thanks |
|
| Back to top |
|
 |
eastpark786
Joined: 19 Feb 2010 Posts: 25
|
Posted: Fri Feb 19, 2010 1:27 am Post subject: |
|
|
| If you want to add movies in HTML than use .swf file which is flash file this will help you in order to add movies in your HTML coding. |
|
| Back to top |
|
 |
jacksonp

Joined: 13 Feb 2010 Posts: 24 Location: london
|
Posted: Wed Mar 24, 2010 8:29 am Post subject: |
|
|
| IT is quite simple.You should just want to add .swf files.This is the in which flash helps you to upload video with HTML.You can also use WMV, WMA for Windows Media.. |
|
| Back to top |
|
 |
kilvore
Joined: 29 Mar 2010 Posts: 1
|
Posted: Mon Mar 29, 2010 9:17 am Post subject: |
|
|
| I am very glad in knowing about html from others. All others are very useful to know about the live features in a great manner. That is the thing is not available in xHTML. It is the only drawback in XHTML. This would give the better chance for others to know about the different types of server very well. |
|
| Back to top |
|
 |
samantha_sync
Joined: 16 Mar 2010 Posts: 23
|
Posted: Mon Mar 29, 2010 10:03 am Post subject: |
|
|
few suggestion has been recommended here,but i still want to add mine..
I agree with eastpark786 and jacksonp you can use .swf files {Shockwave Flash} to add movies to your website.It is commonly used since Internet users have Flash installed and enabled on their browser, making it one of the most widely adopted Internet technologies. |
|
| Back to top |
|
 |
armanjackson
Joined: 25 May 2010 Posts: 11 Location: New Yorks
|
Posted: Tue May 25, 2010 11:11 am Post subject: How to add a video using HTML |
|
|
Adding pictures and videos to websites using html is not very complicated.
< IMG SRC=. This tag will tell the browser to display the image there.
< a href="url of site or page">< IMG SRC = "url of site or page/ mypic. jpg" >< / a >
you will need to upload your video to your web hosting just like you did with the pictures. You will also set it to automatically start when the page loads.
< EMBED SRC=" baby boy.avi" loop="1" height = "75" width="75" autostart= "true" >< / EMBED > |
|
| Back to top |
|
 |
Paul Daniel
Joined: 12 May 2010 Posts: 63
|
|
| Back to top |
|
 |
|