To: tony@nh3.co.uk
Using the current version of
AVS Video To Flash it is possible to create a html page with a player for one video only. However, our developers have created a html for you allowing to playback multiple videos on one page. Note that the code differs from the one created with AVS Video To Flash.
Please download
flash_videos.zip attached and unzip the folder. It contains sample videos, as well as
index.htm file. Double-click this file (you might need to allow the blocked content). You will see a player and two links for the sample videos. You can place your own videos instead of these. To do this follow the steps below:
1. Place your own videos into flash_videos folder. Note: you should not delete or move any files from the folder, exept for the videos.
2. Open index.htm, right-click in the window and select View Source.
3. Note the below lines in the html code:
<li><a href='javascript:showsvf("sample1.flv")'>sample1.flv</a></li>
<li><a href='javascript:showsvf("sample2.flv")'>sample2.flv</a></li>
Here you need to type in the names of your video files placed into the folder instead of
sample1.flv and
sample2.flv. Note that the extension should also be there (for ex, video.mpg, video.avi)
4. Refresh the page and the new links will appear. When you click them, the new videos should be played.
5. In case you would like to add more files, just copy one of the lines and paste it after the given ones. Then change the code.
You can read more on html editing following
this link.
Hope the instruction is helpful