We want to "chain" multiple FLV video's on the same web page.
We can combine them in vegas but the resulting file is over 60 minutes long and for a variety of reasons that is not what we want to do in this case.
I'm hopeful that we can do this using code in the web page.
We actually create our edited videos using Vegas and render them as AVI files.
Then we import them into Flash CS3 v9, converting them to FLV files... then we click File | Publish to have Flash create the necessary files.. including the html file.
That html file contains...
- javascript AC_FL_RunContent code followed by some 'object' code
- each of these references the FLV video by name.
One approach would be to simply copy the javascript and object code an place it a second time into the html file... but have the second copy reference the second video by name.
Then we can copy the javascript and object code a 3rd time for the 3rd clip... etc
I'm about to try this but thought I'd ask if anyone else has 'chained' flv videos to play one after another on a web page... and if so how did they do it?
Thanks for any help.
We can combine them in vegas but the resulting file is over 60 minutes long and for a variety of reasons that is not what we want to do in this case.
I'm hopeful that we can do this using code in the web page.
We actually create our edited videos using Vegas and render them as AVI files.
Then we import them into Flash CS3 v9, converting them to FLV files... then we click File | Publish to have Flash create the necessary files.. including the html file.
That html file contains...
- javascript AC_FL_RunContent code followed by some 'object' code
- each of these references the FLV video by name.
One approach would be to simply copy the javascript and object code an place it a second time into the html file... but have the second copy reference the second video by name.
Then we can copy the javascript and object code a 3rd time for the 3rd clip... etc
I'm about to try this but thought I'd ask if anyone else has 'chained' flv videos to play one after another on a web page... and if so how did they do it?
Thanks for any help.