flash question
flash question
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- urban100
you can't get those values until the external asset is fully loaded within flash, which you can use _width and _height on it container MC to get the dimensions.
if you are familiar with flash remoting, you can use a service call to a PHP script that returns the dimensions of the file... passes it back to flash before you actually load it.