I have a site on which I need to have multiple videos.
The way I have it set up is that there are two frames, one for each video, each with an instance of FLVPlayback on it. For some reason, only the last one that I designate will work.
I have tried the following:
-Importing both videos separately onto their frames
-Copying an instance of FLVPlayback from the working frame and pasting it on the other, only changing the variable that tells it where to get the FLV from
Yes, the videos are both linking to the right place, in the FLA I can see that each parameter points to the correct video, but whichever one I do last is the only one that will work. The other video won’t even come up with a dead player, the screen is simply blank. No visible instance of the FLVPlayback box, no sign of the control (I am using ClearExternalAll).
Does anyone know how to fix this?