If you don’t want everyone to know how many other people are watching your broadcast, you just need to change a couple of lines of code.
Open the embed code in a text editor and modify it like this:
Search for this string:
param name=”flashvars” value=”autoplay=false&brand=embed”
Modify to this:
param name=”flashvars”
value=”viewcount=false&autoplay=false&brand=embed”
Search for this string:
embed flashvars=”autoplay=false&brand=embed”
Modify to this:
embed flashvars=”viewcount=false&autoplay=false&brand=embed”
Save the viewer embed code and replace the old code on your web page.
