943,640 Members | Top Members by Rank

Ad:
Mar 17th, 2009
0

. How can I embed streaming video

Expand Post »
How can I embed streaming video on HTML page? Will it use lots of bandwidth?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
martin225 is offline Offline
4 posts
since Apr 2008
Mar 18th, 2009
0

Re: . How can I embed streaming video

Most streaming video (e.g. Youtube) are actually flash video, you would need to convert your avi, mpeg files into FLV file format first, then use a flash player to play it online. You can try this Flash video player software (http://video.a4desk.com) which automatically converts your video and allow you to choose a few video player designs. However, you need to keep in mind video uses a lot more bandwidth than images, so you need to ensure your hosting plan supports that and if you need to change your hosting plan to support that.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Alberts is offline Offline
3 posts
since Dec 2008
Mar 23rd, 2009
0

Re: . How can I embed streaming video

yes... upload it first then you can just cut and paste the url to your page.
Reputation Points: -30
Solved Threads: 10
Junior Poster
Jen0608 is offline Offline
179 posts
since May 2008
May 12th, 2009
0

Re: . How can I embed streaming video

You can use FLV as video format, and make a flash video player to play the FLV file, the flash video player is a SWF file that can be embedded into web page with HTML embed tag. (FLash OBJECT and EMBED tag)
Graphics and Multimedia Syntax (Toggle Plain Text)
  1. <object classid="clasid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
  2. width="432" height="330" id="myMovieName" >
  3. <param name="movie" value="myMovieName.swf" />
  4. <param name="quality" value="high" />
  5. <param name="bgcolor" value="#FFFFFF">
  6. <embed src="myMovieName.swf" quality="high" bgcolor="#FFFFFF" width="432" height="330" name="myMovieName" align="" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">
  7. </embed>
  8. </object>

Making flash video player in Aodbe Flash CS3 will be technical, you can use this web player Pro that will generate a custom flash video player for website and also provide a free video to flv converter.

For the bandwidth, it depends. If your streaming video will be visited by a lot of people, this will take much bandwidth.
Reputation Points: 10
Solved Threads: 2
Newbie Poster
dream party is offline Offline
24 posts
since Aug 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Graphics and Multimedia Forum Timeline: Online TV and Radio
Next Thread in Graphics and Multimedia Forum Timeline: How to provide download link to a hi-res image?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC