op volgende pagina staan enkele linken welke ik via streaming wil laten afspelen. www.hc-turnhout.be/vise.html
Ik heb al gevonden om direct een fimpje te laten afspelen. nu wil ik dat als men een link aanklikt dat deze via streaming wordt getoond.
hierbij de codes welke ik nu al gebruik.
graag jullie hulp
[Mod-edit] Html-tag geplaatst om de code heen. [/edit]
Ik heb al gevonden om direct een fimpje te laten afspelen. nu wil ik dat als men een link aanklikt dat deze via streaming wordt getoond.
hierbij de codes welke ik nu al gebruik.
HTML:
<OBJECT ID="MediaPlayer"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
WIDTH=320 HEIGHT=285
STANDBY="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://www.hc-turnhout.be/site/a_1ste faze.mpg">
<PARAM NAME="TransparentAtStart" Value="true">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="AnimationatStart" Value="true">
<PARAM NAME="ShowControls" Value="true">
<EMBED TYPE="application/x-mplayer1"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="http://www.hc-turnhout.be/site/a_1ste faze.mpg"
Name=MediaPlayer
AutoStart='1'
Width=320 Height=285
transparent='0'
autostart='true'
animationAtStart='true'
ShowControls='1'
autoSize='true'
displaySize='4'>
</EMBED>
</OBJECT>
graag jullie hulp
[Mod-edit] Html-tag geplaatst om de code heen. [/edit]
Laatst bewerkt door een moderator: