![]() |
Macromedia Dreamweaver
I'm trying to embed a video file into my website. I have it working and everything but it seems to download the whole file before it plays it. Is there a parameter that I can add to make it use a buffer time instead?
|
post the code that you have so i can see if youre missing something, since it should buffer anyways
|
[code:42d22]<object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 " width="426" height="386" id="mediaplayer1 i" title="legos">
<param name="FileName" value="legos.avi" /> <param name="AutoStart" value="True" /> <param name="ShowControls" value="True" /> <param name="ShowStatusBar" value="True" /> <param name="ShowDisplay" value="False" /> <param name="AutoRewind" value="True" /> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" src="legos.avi" width="426" height="386" autostart="True" filename="legos.avi" showcontrols="True" showstatusbar="True" showdisplay="False" autorewind="True"></embed> </object>[/code:42d22] http://www.personal.psu.edu/der182/musi ... video.html |
the code is right, but i dont think the server is setup right to do streaming video. my advise is use a secondary host, like youtube, and embed it that way
|
Quote:
|
All times are GMT -6. The time now is 04:09 PM. |
Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.