Just a quick question, when you upload a file and it asks if it Dynamic, is loading from another external AS file dynamic or not because it doesn’t need it in the SWF , but its not in the FLA , if you understand
!
i didn’t get a word of what you said, but it seems to be interesting 
eh? translate please 
I don’t think that would be considered dynamic because the .as is bieng compiled into the SWF .
If compiling .as into an SWF made a file dynamic then every file would be dynamic because every file (unless it’s just a blank background) has some .as classes imported into it. Even a file containing nothing but a plain white rectangle will be importing several classes from the graphics package.
no…it is not dynamic because of the inherent meaning of what “dynamic” means in terms of flash apps…by dynamic we mean content wise…don’t we???...:)
But in case of AS files, they are used only during development and compilation and hence that doesn’t mean dynamic…
...by dynamic we mean content wise…don’t we???...:)
Yeah, you’re right.
Content sourced from external files = dynamic Content must be changed in .fla or .as = not dynamic
