home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / Easter_Eggs.swf / scripts / frame_1 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2008-09-04  |  565 b   |  9 lines

  1. var swfname;
  2. var swfheight;
  3. var swfwidth;
  4. var embedcode;
  5. swfname = "eggs.swf";
  6. swfheight = "420";
  7. swfwidth = "600";
  8. embedcode = "<object width=\"" + _root.swfwidth + "\" height=\"" + _root.swfheight + "\"><param name=\"movie\" value=\"http://www.fupa.com/games/" + _root.swfname + "\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.fupa.com/games/" + _root.swfname + "\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"" + _root.swfwidth + "\" height=\"" + _root.swfheight + "\"></embed></object>";
  9.