Skip to main content
Participant
August 10, 2008
Question

Dividing large Flash Videos Movies into smaller ones that play in sequence

  • August 10, 2008
  • 1 reply
  • 438 views
I need to know how I can take a large flash movie and divide it into two or more smaller ones that play in sequence in order to speed up initial download time. I have the swfsequencer plugin but I do not know how to use it.
Can anyone please help me with this?
This topic has been closed for replies.

1 reply

Inspiring
August 10, 2008
You can stack the flv's in the FLVPlayback.
Or even just assign the next flv to the source property when the previous one has finished playing.
kcmagicAuthor
Participant
August 11, 2008
do you know where i can find documentation on how to do that?