Posts: 105
Location: Alberta, Canada
|
Hey okay so I have a webste that plays southpark episodes, and im having them streamed from another site like mine(stansdad.com) and theirs is streamed to the video hosting site. When someone is watching it on their site, mine waits until about 1/3 of the video had been watched, then mine starts streaming. is there 1, a way to fix this, so it streams to all computers at the same time, or 2, have a script that changes the stream url, because that is what the hosting site uses(zshare.net). This is a code for my video.
HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="578" height="337" id="Flash2">
<body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0' bottommargin='0' bgcolor='#333333'>
<embed src='http://player.longtailvideo.com/player.swf?file=http://dl050.zshare.net/stream/fedde1892647657468112942217bff15/1243648792/53211567/S01E02 - Weight Gain 4000.flv&frontcolor=0xffffff&backcolor=0x333333&lightcolor=0x0066ff&volume=100&logo=&image=http://www.stansdad.com/includes/images/preview.gif' width='100%' height='100%' align='middle' quality='high' bgcolor='#000000' name='fwplayer' allowScriptAccess='always' type='application/x-shockwave-flash'<param
</embed>
</object>
if this doesnt make sense i can explain more, thanks! Also, I looked at stansdad's source, and i cant find anywhere that they would have a script, but they do, because each time i reload the page, their streaming link changes.
|