View Single Post
  #2  
Old 10-05-2006, 10:07 PM
Stream Recorder
 
Posts: n/a
Default

Re: How to embed a video on web sites?


I dunno about your hoster, but you may host your videos somewhere else and embed them into your pages. Youtube, for example, allows you to use to embed flash streaming videos using the following code
Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/bla_bla_bla"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/bla_bla_bla" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Good online video hosting service or free stream broadcasting service
http://stream-recorder.com/forum/showthread.php?t=71

How to broadcast Live Video stream
http://stream-recorder.com/forum/showthread.php?t=39
Reply With Quote