Flash HELP!
Flash HELP!
Out of context: Reply #11
- Started
- Last post
- 11 Responses
- monNom0
width and height will only be available 1 frame after the load complete event fires.
get around this by setting a loop to check for width until it returns something.eg:
if(myClip.width){
clearInterval(myInterval);
}