I tried this, and can only get just the player to show, not the player
with the video in it, documentation is really difficult to figure out
how to make this work:
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/
swfobject.js" type="text/javascript"></script>
<script>
var playervars = {
url: "http://www.mywebsite.com/test.flv"
};
var params = {};
var attributes = {};
swfobject.embedSWF("http://www.mywebsite.com/player.swf",
"videoCanvas", "500", "450", "9.0.28", "", playervars, params,
attributes);
</script>
</head>
<body>
<div id="videoCanvas"></div>
</body>
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.