Thanks again.
I'm on Win XP. Coojah (yes, from that site) keeps giving me some kind of Chinese/Japanes version. I tried it on 2 computers now.
But Orbit gave me this:
Code:
rtmp://streams.uvid.nl:80/streams_uvid|streams_uvid|bdl_kerkuil_binnen|http://www.uvid.nl/players/uvid_player.swf?v=bdl|http://www.beleefdelente.nl/kerkuil&OBT_fname=bdl_kerkuil_binnen.flv
I've tried several combinations, but still I don't know, what to fill in where.
This is one I tried:
Code:
<script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('player.swf','ply','470','290','9','#ffffff');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','bdl_kerkuil_binnen.flv');
so.addVariable('streamer','rtmp://streams.uvid.nl:80/streams_uvid');
so.write('mediaspace');
</script>
That gives no error, but the stream won't load. I guess I should do something with the other information Orbit gave me, but I still don't
know what to do.
I hope I'm just a little push away form the solution. I bet you can give me that push. And yes, you may think "you noob, why idn't you think of that yourself"
