1

I am debugging a webpage with some flash objects which have no wmode set. I need to know which value the browser or flash player is assigning to them.

gztomas
  • 3,030
  • 3
  • 27
  • 38

1 Answers1

2

The default wmode should be window according to the docs.

complex857
  • 20,425
  • 6
  • 51
  • 54