Bruzer, I finally got it! In my html header I used an absolute path, this is it:
<!--COFFEECUP Flowplayer CODE BEGIN-->
<script src="http://www.sweetassumptions.com/DoubleTakeCreations/Flow%20Player/flowplayer/example/flowplayer-3.2.4.min.js"</script>
<!--COFFEECUP Flowplayer CODE END-->
In step three I also used an absolute path for the 3.2.5.swf file, this is it:
<script language="JavaScript">
flowplayer("player", "http://www.sweetassumptions.com/DoubleTakeCreations/Flow%20Player/flowplayer/flowplayer-3.2.5.swf");
</script>
I added this script for the nested image:
<style="background-image">
<img src="http://www.sweetassumptions.com/DoubleTakeCreations/video/dtc_files/dual.jpg"height="300" width="425" alt="Album Transfer" />
My example is video number 2 here:
flowplayer gives this warning when you view their demo source codes:
<!-- flowplayer scripts should be loaded from your servers NOT from static.flowplayer.org -->
I appreciate your video - I don't know if this is the same code for every VSD or if it differs from individual programs.
http://www.doubletakecreations.com/Video.html
So I guess now I want to work with skinning the player!