Quote:
Originally Posted by raven2k7
problem is that the address changes every so so. and i got a token from the website.
rtmp://80.82.65.59:443/liverepeater playpath=11 swfUrl=http://popeoftheplayers.pw/atdedead.swf pageUrl=http://popeoftheplayers.pw/player3.php?id=11&width=620&height=490 token=-1820302793
|
is that "token" a id? so i can add it to a flash browser player?
like this?
Code:
<script type='text/javascript'>id='1820302793'; width='600'; height='450';</script><script type='text/javascript' src='http://popeoftheplayers.pw/player3.js'></script>
if i add this 1820302793 id to flash player i get this
and if i add 11 like this:
Code:
<script type='text/javascript'>id='11'; width='600'; height='450';</script><script type='text/javascript' src='http://popeoftheplayers.pw/player3.js'></script>
then i get this protected message:
you mean the stream changes his id every second or what?
but the player is running by this code...
Code:
<iframe marginheight="0" marginwidth="0" id="iframe" src="http://crichd.tv/update/skys1.php" scrolling="no" frameborder="0" height="450" width="600">Your Browser Do not Support Iframe</iframe>
because crichd have this js and swf details on his webhosting right?
