Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorpfunk
    • CommentTimeDec 22nd 2006
     
    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?
    • CommentAuthorkamermans
    • CommentTimeDec 22nd 2006
     
    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?
    • CommentAuthorGeoff
    • CommentTimeDec 23rd 2006
     
    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.