i recenetly switched to SWFobject because it is a very handy tool, but i came across some problems. i use alot of loadmovienum and loadvariables in my flash file. when using swfobject none of these are loaded. i have serveral .swf files loaded into the main swf file. any ideas?
I've used SWFObject with 7+ loadmovienums and many loadvars. Check out http://www.madpackers.com/. Maybe you are having security issues. For example, if your SWF is at http://test.com and you load a movie from http://www.test.com, it will fail since the "www" is a different domain. Could this be the problem?
there aren't any known issues with swfobject + loadmovie or loadvars... there's a good chance there's something wrong with your swf files - or a path issue like kamermans said.