FLVPlayback Sound Does Not Auto-Start
i've built small flv player using flvplayback component. works fine when first video laods, except when new video loads , starts playing, sound not start. if toggle sound button off , on again, sound indeed start playing, of course i'd sound start video...
right now, code is:
on (release) {
import mx.video.*;
this.attachmovie("flvplayback", "my_flvplybk", 10, {_width:320, _height:240, x:50, y:50});
my_flvplybk.contentpath = "\\filename.flv";
}
any thoughts appreciated. thanks! bill g.
right now, code is:
on (release) {
import mx.video.*;
this.attachmovie("flvplayback", "my_flvplybk", 10, {_width:320, _height:240, x:50, y:50});
my_flvplybk.contentpath = "\\filename.flv";
}
any thoughts appreciated. thanks! bill g.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment