Nieuw lid |
|
Ik wil grote film bestanden afspelen van af bijvoorbeeld: 400 MB
Maar als ik deze bestand wil laten afspelen, laad hij eerst de 400MB
en dan pas speelt hij het bestand af.
Hoe kan ik de film tegelijk laten af spelen en laden?
link naar de pagina : http://www.fayapalace.nl/forum/template.php?page=1
<!-- BEGIN GENERIC ALL BROWSER FRIENDLY HTML FOR WINDOWS MEDIA PLAYER -->
<object id="MediaPlayer1" width=500 height=480
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject" align="middle">
<param name="FileName" value="http://www.fayapalace.nl/Film/JetLiTwinWarriors.avi">
<param name="ShowStatusBar" value="True">
<param name="DefaultFrame" value="mainFrame">
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="http://www.fayapalace.nl/Film/JetLiTwinWarriors.avi" align="middle"
width=176
height=144
defaultframe="rightFrame"
showstatusbar=true>
</embed>
</object> <!-- END GENERIC ALL BROWSER FRIENDLY HTML FOR WINDOWS MEDIA PLAYER -->
<!-- BEGIN GENERIC ALL BROWSER FRIENDLY HTML FOR WINDOWS MEDIA PLAYER --> <object id="MediaPlayer1" width=500 height=480 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft® Windows® Media Player components..." type="application/x-oleobject" align="middle"> <param name="FileName" value="http://www.fayapalace.nl/Film/JetLiTwinWarriors.avi"> <param name="ShowStatusBar" value="True"> <param name="DefaultFrame" value="mainFrame"> <embed type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.fayapalace.nl/Film/JetLiTwinWarriors.avi" align="middle" width=176 height=144 defaultframe="rightFrame" showstatusbar=true> </embed> </object > <!-- END GENERIC ALL BROWSER FRIENDLY HTML FOR WINDOWS MEDIA PLAYER -->
|