. How can I embed streaming video

Reply

Join Date: Apr 2008
Posts: 4
Reputation: martin225 is an unknown quantity at this point 
Solved Threads: 0
martin225 martin225 is offline Offline
Newbie Poster

. How can I embed streaming video

 
0
  #1
Mar 17th, 2009
How can I embed streaming video on HTML page? Will it use lots of bandwidth?
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 3
Reputation: Alberts is an unknown quantity at this point 
Solved Threads: 0
Alberts Alberts is offline Offline
Newbie Poster

Re: . How can I embed streaming video

 
0
  #2
Mar 18th, 2009
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.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 174
Reputation: Jen0608 can only hope to improve 
Solved Threads: 10
Jen0608 Jen0608 is offline Offline
Posting Whiz

Re: . How can I embed streaming video

 
0
  #3
Mar 23rd, 2009
yes... upload it first then you can just cut and paste the url to your page.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 15
Reputation: dream party is an unknown quantity at this point 
Solved Threads: 2
dream party's Avatar
dream party dream party is offline Offline
Newbie Poster

Re: . How can I embed streaming video

 
0
  #4
May 12th, 2009
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Graphics and Multimedia Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC