PDA

View Full Version : flvs not playing correctly


wjanney
11-07-2006, 12:06 AM
I have a major problem. In my project a user will click on a menu item. When they do this I have set up a video object to load and play 2 flvs back-to-back - I used the code from macromedias tutorial on loading multiple flvs into the flvPlayback component with AS. The first time through this works perfectly.
The next step is the user would select another button which would make a new video object to play two flvs that are the reverse of the first two but with blur and shorter animation. When thats complete it's suppose to then reuse the first video object but with two different flvs that would show another part of the machine. The problem arises when I click on the second button. When I do this the first "out" video plays but the second gets cut off and the 2 new "in" videos replay 2 or 3 times and cut out. Any help would be greatly appreciated.
I can not combine the videos because we need to be able to go to all sides of the machine and then in to the component. And after the 2 in videos play there is a movieclip for interaction, so I can't load all 4 videos into one video Object.