home *** CD-ROM | disk | FTP | other *** search
- var swfname;
- var swfheight;
- var swfwidth;
- var embedcode;
- swfname = "eggs.swf";
- swfheight = "420";
- swfwidth = "600";
- 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>";
-