It's not clear what you want exactly. Here's something that may be useful:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>Simple Player</title>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("swfobject", "2.1")</script>
<script type="text/javascript">
function get_video(){
var flashvars = {};var params = {};
params.wmode = "transparent";
params.allowNetworking = "internal";
params.flashvars = "autoplay=true";
params.allowFullScreen = "true";
swfobject.embedSWF(swfURL, "player", "60%", "83%", "8", false, flashvars, params);
}
window.onload=get_video;swfURL='http://www.youtube.com/v/28GPy7yRl88&autoplay=1';
</script>
<style type="text/css">
#player { position:absolute;left:20%;top:10%}
</style>
</head>
<body>
<div id="player" ></div>
<a href="javascript:void(0)" onclick="swfURL='http://swf.tubechop.com/tubechop.swf?vurl=3H8V4Fzrcr0&start=70&end=550';get_video()">TubeChop</a><br>
<a href="javascript:void(0)" onclick="swfURL='http://www.youtube.com/v/28GPy7yRl88&autoplay=1&fs=1';get_video();">YouTube</a><br>
<a href="javascript:void(0)" onclick="swfURL='http://www.dailymotion.com/swf/xn7ce_carl-orff-carmina-burana-ozawa_music&autoplay=1';get_video();">DailyMotion</a><br>
<a href="javascript:void(0)" onclick="swfURL='http://video.google.nl/googleplayer.swf?docid=3132980300931574703&fs=true';get_video();">GoogleVideo</a><br>
<a href="javascript:void(0)" onclick="swfURL='http://video.libero.it/static/swf/eltvplayer.swf?id=f30606d37dd60fdc4f6e09643a4a6fa0.flv&fs=true';get_video();">VideoLibero</a><br>
</body>
</html>
===
Arie Molendijk.
Bookmarks