Forum Moderators: open
<script type="text/javascript">
window.onload=function() { hideLoad(); }
function hideLoad() {
document.getElementById("load").style.visibility="hidden";
}
</script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>
First, since you're already using SWFObject, get it working and don't use the (invalid HTML) <object><embed></object
<div id="my-placeholder"><a href="http://www.adobe.com/go/getflashplayer"><img src="loading-flash-image.jpg" alt="Loading Flash, get the Flash Player here"></a></div>
Then in your Flash, you do a preload, lots of samples out there.
First, since you're already using SWFObject, get it working and don't use the (invalid HTML) <object><embed></object
<div id="my-placeholder"><a href="http://www.adobe.com/go/getflashplayer"><img src="loading-flash-image.jpg" alt="Loading Flash, get the Flash Player here"></a></div>
Then in your Flash, you do a preload, lots of samples out there.
I am using Dreamweaver and the code that is there was automatically generated when I inserted my flash object.
Does this line of code replace the whole segment?
I used the preload actionscript: