Hi guys… I have a slideshow page which shows a movie once a menu button is clicked… I have it set up like this with a video component:
video.setMedia(_root.videoToPlay,”FLV”
;
and then on the load bar, to show the progress and all, (which is in a movie clip within the movie clip) I have it referencing like this:
video = _root.video_mc.inVideo_mc.video;
So in other words, video_mc.inVideo_mc contains the
video.setMedia(_root.videoToPlay,”FLV”
;
and video_mc.inVideo_mc.bar_mc contains the reference
video = _root.video_mc.inVideo_mc.video;
So everything so far works great, but when I call the slideshow page within the main site file, the video plays, but the progress is not shown.. The cursor stay in one position and if I move it in any way, the video does not change to it…
Any ideas?
Posted 5 days ago










