Jump to content

Help Making streaming page(html)


Blackmamba

Recommended Posts

Hi I am new here so I dont know if its a rite place. I want to make a audio/video streaming page but I am not sure on how to. Honestly I even browsed the w3schools for an example but found none. Plz can someone make me an example plz. Thanx in advance.

Link to comment
Share on other sites

What do you mean by "streaming"? Online video/audio watching/listening? If that's the case, you need to use the <object> tag to create a player in the browser. The browser itself should do the streaming part. Read the media tutorial for details about the <object> element.

Link to comment
Share on other sites

What I exactly mean by streaming is I mean like a mobile phone a use will not have to download the content but play it on site if he's/her device support streaming. The code that I found at w3schools is <object data="video.avi" type=''video/avi''/>

Link to comment
Share on other sites

Take a look at this article that outlines some challenges for providing streaming video to wireless devices such as phones.http://www.informit.com/articles/article.a...qNum=5&rl=1read this article to get XHTML strict code so you don't have to use the depreciated <embed>http://www.alistapart.com/articles/byebyeembedlook for the section titled Eureka! One object for Windows Media PlayerGood luck

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...