I have a variable called "strFlip" in my flash that is recognized by the movie when I pass the variable without SWFObject, using the FlashVars param. But when I try to pass the same info using SWFObject, it doesn't recognize the value. What could I be doing wrong?
example:
var so = new SWFObject("movie.swf", "mymovie", "500", "300", "8", "#000000"); so.addParam("allowScriptAccess", "always"); so.addParam("menu", "false"); so.addVariable("strFlip", "flipmovie"); so.write("movieDiv");