I had a similar set of directions a while ago, but they were too much work. So here's a slightly easier set.
1. Open a new text document anywhere on your computer (works on mac etc. also)
2. Copy and paste all of this code into that file:
3. Access your paid stream as usual, and you'll get a popup window with the video playing in it. Press ctrl+U to see the source code for this popup.
4. Press ctrl+F (command+F on macs I think) and search for this:
custlogin
It should highlight part of a link, the link will look like this:
http://custlogin.audiovideoweb.com/...kin=grey&width=640&height=360&authcode=xxxxxx
5. Highlight the whole link from http:// to the last letter of the authcode. Copy it (ctrl+C / command+C)
6. Go back to the text file. Look for the line with the ======= stuff bordering it.
It starts like this:
<span><script src=""
7. Right between those two quote marks, paste that link we copied earlier in step 5.
8. Save, close the file, and rename it from whatever.txt to whatever.htm.
Double click it and it should open in your browser.
You should see the chat and the video side-by-side.
Post here if any questions!
1. Open a new text document anywhere on your computer (works on mac etc. also)
2. Copy and paste all of this code into that file:
Code:
<html>
<body style="background:#000;">
<div id="StreamPanel" style="text-align: left; width: 640px; float: left;">
<!-- BEGIN AudioVideoweb.com Embed Code -->
<!==============================================================>
<span><script src="" type="text/javascript"></script></span>
<!==============================================================>
<!-- END AudioVideoweb.com Embed Code -->
</div>
<iframe width="468" scrolling="no" height="586" frameborder="0" src="http://www.ustream.tv/socialstream/381730" style="border: 0px none transparent; float:left;"></iframe>
</body>
</html>
3. Access your paid stream as usual, and you'll get a popup window with the video playing in it. Press ctrl+U to see the source code for this popup.
4. Press ctrl+F (command+F on macs I think) and search for this:
custlogin
It should highlight part of a link, the link will look like this:
http://custlogin.audiovideoweb.com/...kin=grey&width=640&height=360&authcode=xxxxxx
5. Highlight the whole link from http:// to the last letter of the authcode. Copy it (ctrl+C / command+C)
6. Go back to the text file. Look for the line with the ======= stuff bordering it.
It starts like this:
<span><script src=""
7. Right between those two quote marks, paste that link we copied earlier in step 5.
8. Save, close the file, and rename it from whatever.txt to whatever.htm.
Double click it and it should open in your browser.
You should see the chat and the video side-by-side.
Post here if any questions!