Flash AS structure advice
Flash AS structure advice
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- vaporstouch0
thank you. could you give some more info on the listener and where it should reside? something like:
onLoad = function(success) {
if (success) {
trace (" loaded");
} else {
trace ("failed to load");
}
}