Zydecode Studio

Archive for February, 2006

getVersion() weirdness

Monday, February 13th, 2006

to 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 [...]