by warmforest » Mon Aug 24, 2009 2:32 pm
Sounds like something to do with the path to the "typenav.swf" and "typenav.xml" files if the Flash isn't showing up. I'm not a WordPress expert at all but I got it working on my blog by putting those files in a folder called "blog_typenav" on the root of my web server, then linking to there from the blog section. So the path looked like the following:
var flashvars = {page: "0", xmlPath: "/blog_typenav/typenav.xml"};
Hope that helps.
-Jay