Skip to content

Instantly share code, notes, and snippets.

@Chris2918
Created March 17, 2018 14:39
Show Gist options
  • Save Chris2918/48ce8a43b0c29037f86f9afc1e0457e7 to your computer and use it in GitHub Desktop.
Save Chris2918/48ce8a43b0c29037f86f9afc1e0457e7 to your computer and use it in GitHub Desktop.
Lil peepz charactor creator
var character = "bob"; // leave as bob
$('#char_creator_client').flash({
id: "char_creator",
swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
height: 600,
width: 960,
align: "middle",
allowScriptAccess: "always",
allowFullScreen: "true",
wmode: "transparent",
hasVersion: "10.3",
flashvars: {"apiserver":"https:\/\/goanimate4schools.com\/","m_mode":"school","bs":character,"isLogin":"Y","isEmbed":"0","ctc":"go","tlang":"en_US","storePath":"https:\/\/d3v4eglovri8yt.cloudfront.net\/store\/3a981f5cb2739137\/<store>","clientThemePath":"https:\/\/d3v4eglovri8yt.cloudfront.net\/static\/ad44370a650793d9\/<client_theme>","appCode":"go","page":"","siteId":"go","userId":"00EDZP3Cu0aw","themeId":"cc2","ut":30}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment