is there anyway through AS to tell the controller what flv to load? I thought of triggering it with a varibale
if (_global.playmovie == L1) {
this.loadMovie(nem.flv);
}
but that doesn't work, it always has errors
even with
on (load) {
}
around it. please help




Reply With Quote