Used Animate to re-purpose a Flash gadget ...
... why can't I get the Canvas.html5 / Canvas.js combo to appear on the webpage?
Here's the page incorporating the .swf:
<div id="flash-header">
<object classid= blah, blah, blah</object>
<!--<![endif]-->
</object></div>
What's wrong w/this replacement code (instead of a <div>)?
<iframe src="FlyDutchPortfolio_Extended_HTML5 Canvas.html" width="465px" height="355px">
<script>
//Canvas JavaScript
var c = document.getElementById("FlyDutchPortfolio_Extended_HTML5 Canvas.js"); var ctx = c.getContext("2d"); </script></iframe>
P.S. am expecting it's operator error all the way (it's a given) ...
