FLASH HELP!
FLASH HELP!
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- o0o0
if you're going to name your files consistently like that, then all you need to do is build the name based on those vars.
sFileName = GENDER + "_" + MATERIAL + "_" + PRODUCTS + ".swf";then
_root.loadMovieClip(sFileName); or whatever the syntax is...