PDA

View Full Version : FlashVars and wmode=opaque


daled
08-09-2009, 03:50 AM
Here's the problem. I'm using FlashVars to pass variables to my flash movie. I'm using this to pass a unique ID to the movie based upon who's using it. I'm trying to layer it so I want to use wmode=opaque. But when I do this, the FlashVars do not get received by the movie. When wmode=window, the FlashVars get sent fine. Does this have something to do with how wmode=opaque renders the movie and how can this be overcome?