Page is a not externally linkable
myrrh - 2:47 pm on May 6, 2010 (gmt 0)
amy_video
What I don't know is, is this an identifier for your video uploaded to their server, or a video file on yours?
I don't know what it is either - I just followed the example on the documentation page:
<script type="text/javascript">
swfobject.registerObject("myId", "9.0.115", "expressInstall.swf");
</script>
</head>
<body>
<div>
<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420">
and replaced "myId" with "amy_video" to give it a meaningful reference. So if that answers your question, what value do I assign to "videoname" in the following (from your suggestion above)?
var flashvars = {
videoname: amy_video.flv"
};