|
|
Subject:
Sharing video online
Category: Computers > Internet Asked by: joe76-ga List Price: $50.00 |
Posted:
26 May 2006 11:05 PDT
Expires: 25 Jun 2006 11:05 PDT Question ID: 732661 |
Google video allows a user to copy some code for a specific video and then paste this code onto their website. The video can then be played from many websites, but they all are streaming it from Google. I have videos I would like to allow our subscribers to stream from their sites. I want it to be as easy as the way Google does it (a cut and paste), but I want to keep control over the content and stream it from our site. How is this done? What technology? Please be as detailed (step by step instructions would be great) as possible. I have Flash 8 to convert my vids to Flash (which is the Google format correct?). I use Dreamweaver and .asp for applications and our web servers are Windows based if that makes a difference. I?d be willing to goto another Windows app platform (.aspx, Visual Studio??) if necessary, but would prefer not switching stuff over to Linux. Thanks! -Joe |
|
There is no answer at this time. |
|
Subject:
Re: Sharing video online
From: nurbek-ga on 28 May 2006 23:58 PDT |
Hi, you can embed your video using windows media player, (windows media player should be installed on user's computer) <OBJECT id="VIDEO" width="320" height="240" style="position:absolute; left:0;top:0;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="http://www.mydomain.com/videos/video1.avi"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="none"> <PARAM name="PlayCount" value="9999"> </OBJECT> you may get more information from the link below http://www.mioplanet.com/rsc/embed_mediaplayer.htm |
Subject:
Re: Sharing video online
From: nurbek-ga on 29 May 2006 00:08 PDT |
another way, Flash has FLV Playback component which enbales you to play videos, (from components list you can drag and drop component into your flash, and test it) Once you have installed Flash Media Server, you can broadcast your videos Live/on demand also, you need to convert your videos into flv format, you can get free developer edtion here http://www.adobe.com/products/flashmediaserver/ regards, Nurbek |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |