SWF Dimensions
SWF Dimensions
Out of context: Reply #1
- Started
- Last post
- 8 Responses
- fate_0
hmm good question.
My first thought: If you can load the SWF in question into another Flash movie (loadMovie into a blank MovieClip), then this parent Flash movie could then get the dimensions of the MovieClip once it's been expanded to contain the entire child SWF.
You can then communicate it to HTML/JS as needed.
Not elegant. I'm sure someone knows a better way.