Hello, Bonjour, Guten Tag.

I am currently creating a sequence of events whereby i wish to animate a map
with a marker moving along it and play two external flv video files (
externally to keep file sizes down ) at the same time. I have managed to get
this to work.

However what i havent managed to do is to implement controller functions such
as play, fast forward, rewind, pause etc to control the main timeline and 2 or
more external flv's simultaneously.

The main timeline runs at 25 frames per second and the video also runs at this
speed with a timestamp incorporated into the footage. The main time line also
has a clock that increments by 1 second every 25 frames. Both the main timeline
time and the time displayed on the timestamps within the video footage should
always match. This in theory should be ahievable if the movies start at the
right times.

Thankyou in advance for any light you can shed on this topic. I have been
using the net stream / net connection function so far but this may be
wrong.....:confused;