hi all,
i seen a lot of tutorials about create a flv player, but i didn’t understand it, therefore i want to use the loadmovie action to load a several swf that contained the flv in it, and i create a button with this actions
on (release) {
loadMovie(“flvmovies/flv-1.swf”, _root.flvplayer);
}
but when i click the button nothing appear, what do you think???
thank you all