How can I play sequentially two .swf files?!
Hello,
In velocity I have made working a single .swf file.
<div>
<object type="application/x-shockwave-flash" data="layout_img/flash/video1.swf" width="330" height="330">
<param name="movie" value="layout_img/flash/video1.swf" />
</object>
</div>
In the object, I found no parameter for making a playlist, or create a sequence of files to be played.
How can I play in the same place as video1.swf, an other .swf file, lets say, video2?
I believe that a javascript would do the trick, even though I am open to any other suggestions.
Thank you for your help,
Kostas.
|