Skip to content

Instantly share code, notes, and snippets.

@strattondev
Created April 9, 2013 05:12
Show Gist options
  • Save strattondev/5343123 to your computer and use it in GitHub Desktop.
Save strattondev/5343123 to your computer and use it in GitHub Desktop.
function updateStream(streamer) {
var $stream = "<object type=\"application/x-shockwave-flash\" height=\"300\" width=\"400\" id=\"live_embed_player_flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?channel=" + streamer + "\" bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\" /><param name=\"flashvars\" value=\"hostname=www.justin.tv&channel=" + stream + "&auto_play=true&start_volume=25\" /></object>";
$("#stream").html($stream);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment