Skip to content

Instantly share code, notes, and snippets.

@azu
Created March 15, 2009 08:44
Show Gist options
  • Save azu/79370 to your computer and use it in GitHub Desktop.
Save azu/79370 to your computer and use it in GitHub Desktop.
var player=$("flvplayer");
player.SetVariable('header.Members.text', "6,000,000");
player.SetVariable('header.Comments.text', "ika");
player.SetVariable('header.MyLists.text', "初音ミク");
// 600万の偽装
var player=$("flvplayer");
setInterval(function(){
player.SetVariable('header.Members.text', "6,000,000");
player.SetVariable('header.movieInfoBar.clock.clockText.text', "2009/03/15 (日) 17:26:39");
},1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment