Advertisement
Guest User

loader.fla

a guest
Jul 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. loadMovieNum("http://parachutes.xyz/play/v2/client/load.swf", 1);
  2. _root.onEnterFrame = function ()
  3. {
  4.     for (var _loc11 in _level1)
  5.     {
  6.         if (typeof(_level1[_loc11]) == "movieclip")
  7.         {
  8.             _level1.bootLoader.messageFromAS3({
  9.                 type: "setEnvironmentData",
  10.                 data: {
  11.                     clientPath: "http://parachutes.xyz/play/v2/client/",
  12.                     contentPath: "http://parachutes.xyz/play/v2/content/",
  13.                     gamesPath: "http://parachutes.xyz/play/v2/games/",
  14.                     connectionID: "cp1756",
  15.                     language: _root.lang,
  16.                     basePath: "",
  17.                     affiliateID: "0"
  18.                 }
  19.             });
  20.             delete _root.onEnterFrame;
  21.         }
  22.     }
  23. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement