Forum Moderators: open
<script type="text/javascript" src="/js/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {
videoname: amy_video.flv"
};
var params = {
menu: "false",
wmode: "transparent"
};
var attributes = {};
swfobject.embedSWF("myContent.swf", "myContent", "300", "120", "9.0.0","expressInstall.swf",
flashvars,params,attributes);
// Put the previous on one line, broken here to avoid wide paging
</script>
bcpid1418565565?bctid=14883517001
Is the the name of your player? Doesn't make a lot of sense, I don't see a .swf.
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?
<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">
var flashvars = {
videoname: amy_video.flv"
};
There is no .swf because I do not have a copy of the file. The video is on someone else's server.
<script type="text/javascript" src="/js/swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("http://example.com/services/player/bcpid1418565565?bctid=14883517001 ", "myContent", "300", "120", "9.0.0");
</script>
In the head:
<script type="text/javascript" src="/js/swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("http://example.com/services/player/bcpid1418565565?bctid=14883517001 ", "myContent", "300", "120", "9.0.0");
</script>
in the page:
<div id="myContent">
<p>Alternative content</p>
</div>