Hello everyone!
You can download my File here.
stop();
btn1.onRelease = function (){
vidPlayer.contentPath = “simplemind.flv”;
}
I need to play the “simplemind.flv” movie in a FLV player (vidPlayer). And this script usually works IF they are both in the same timeline. My problem is… My button “btn1” is located inside a MovieClip…I basically have 2 items on my root timeline… FLV player (vidPlayer) and a MovieClip(imgBar) which contains my scrolling thumbnails(buttons) and when i click my buttons nothing is happening… but if I put my FLVplayer together with my scrolling thumbnails inside one movie clip… it works… BUT the FLVplayer also scrolls together with my scrolling thumbnail.
Can anybody help me? pls…
Thanks a lot!