Advertisement
Runixer

Untitled

Aug 17th, 2019
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. var CHARACTERID = ""; // Accurate Caillou Characters: Caillou: 330049913 | Rosie: 330049519 | Doris: 329544685 | Boris: 329751854 | Caillou (Looking at Camera): 330049949 | Doris (Looking at Camera): 329553729 | Boris (Looking at Camera): 329751874 | Rosie doesn't need a "Looking at Camera" version since her eyes are real Vyond eyes rather than prop ones.
  2. var character = "adam"; // change to "adam", "bob" , "eve" , or "rocky" depending on who you want to start with.
  3.  
  4. $('#char_creator_client').flash({
  5. id: "char_creator",
  6. swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
  7. height: 600,
  8. width: 960,
  9.  
  10. align: "middle",
  11. allowScriptAccess: "always",
  12. allowFullScreen: "true",
  13. wmode: "transparent",
  14.  
  15. hasVersion: "10.3",
  16.  
  17. flashvars: {"apiserver":"https:\/\/ga.vyond.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","original_asset_id":CHARACTERID,"themeId":"family","ut":30}})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement