// home-made games, just like your mom did

Download Games

Download Games website is ready! Two more left.

Have found one bug in swfobject version 2.2, when using it dynamically, code looks like that:

swfobject.embedSWF("http://www.pozirk-games.com/swf/menu.swf", "menu", "800", "32", "8.0.0");

If “menu” is id of the <td> tag, flash movie doesn’t work both in IE and Chrome. IE shows up “Unknown Runtime Error”, what is very informative, of course.
Using <div> instead of <td> solves the problem.

Leave a Reply