getVersion() weirdness
Monday, February 13th, 2006to generate a result for getVersion() in a swf loaded into a parent swf via loadclip(), use getVersion() in the parent and set a variable there, then call this var from your child swf if you need it.
Couldn’t get this to work any other way; tried calling the function directly from the child, but couldn’t [...]