Alliedassault

Alliedassault (alliedassault.us/index.php)
-   Tech Questions & Problems (alliedassault.us/forumdisplay.php?f=8)
-   -   Macromedia Dreamweaver (alliedassault.us/showthread.php?t=53881)

Coleman 12-17-2006 02:39 PM

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?

Sniper101 12-17-2006 05:52 PM

post the code that you have so i can see if youre missing something, since it should buffer anyways

Coleman 12-17-2006 05:55 PM

[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

Sniper101 12-17-2006 06:38 PM

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

Coleman 12-17-2006 06:42 PM

Quote:

Originally Posted by Sniper101
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

not a bad idea. I'll try to do that.


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.