livebmx
07-14-2008, 01:52 AM
hello.
basically i have three mc's on stage, each are assigned to play a flv file with the hand of the flv playback component. The problem is when i test the movie and click one of these mc's the video just doesn't play??? all i get is the streaming image in the buffer bar as if it is loading something, yet nothing happens. these flv files of mine are also very small, 2.6 mb maximum.
I am stumped!! can anyone shed some light on this??
I have tried to search for some examples of overcoming this but with no luck. any help willl be much appreciated. I will continue trying to solve this problem in the mean time. thanx
here is my code so far....
import mx.video.*;
}
btnv1_mc.onRelease = function (){
myPlayer.contentPath = "hidebarweb.flv";
}
btnv2_mc.onRelease = function (){
myPlayer.contentPath = "lastmnuteweb.flv";
}
btnv3_mc.onRelease = function (){
myPlayer.contentPath = "e4beatbox.flv";
}
basically i have three mc's on stage, each are assigned to play a flv file with the hand of the flv playback component. The problem is when i test the movie and click one of these mc's the video just doesn't play??? all i get is the streaming image in the buffer bar as if it is loading something, yet nothing happens. these flv files of mine are also very small, 2.6 mb maximum.
I am stumped!! can anyone shed some light on this??
I have tried to search for some examples of overcoming this but with no luck. any help willl be much appreciated. I will continue trying to solve this problem in the mean time. thanx
here is my code so far....
import mx.video.*;
}
btnv1_mc.onRelease = function (){
myPlayer.contentPath = "hidebarweb.flv";
}
btnv2_mc.onRelease = function (){
myPlayer.contentPath = "lastmnuteweb.flv";
}
btnv3_mc.onRelease = function (){
myPlayer.contentPath = "e4beatbox.flv";
}