No placeholder, wrong url for the blocked object, accompanied by an error:
Code: Select all
Error: uncaught exception: [Exception... "" nsresult: "0x805e000b (<unknown>)" location: "JS frame :: file:///C:/tmp/swfobject/src/swfobject.js :: anonymous :: line 201" data: no]
Code: Select all
<html>
<head>
<script src="swfobject.js"></script>
</head>
<body>
<div id="ytapiplayer"></div>
<script>
var params = { allowScriptAccess: "always" };
var atts = { id: "myytplayer" };
swfobject.embedSWF("http://www.youtube.com/apiplayer?enablejsapi=1",
"ytapiplayer", "400", "300", "8", null, null,
params, atts);
</script>
</body>
</html>