[SWFObject] Flash loading before other content - link

Aran Rhee aran.rhee at qdc.net.au
Mon Aug 28 17:02:13 PDT 2006


Cliff.

You can make the swfObject code get called on the page onLoad event like
Jeremey posted to the list last week:


<html>
<head>
<script type="text/javascript">
function on_load() {
  //SWFObject code goes here
}
</script>
</head>
<body onload="on_load();">
  <!-- body content -->
</body>
</html>


I didn't actually have a noticable problenm with either IE6 or Firefox 1.5
with your page myself though...


Cheers,
Aran 

> -----Original Message-----
> From: swfobject-bounces at lists.deconcept.com 
> [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of Cliff Boyd
> Sent: Saturday, 26 August 2006 7:59 PM
> To: swfobject at lists.deconcept.com
> Subject: [SWFObject] Flash loading before other content - link
> 
> Sorry - forgot the link:
> 
> http://dev.chester.ac.uk/gate/
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com



More information about the Swfobject mailing list