Hi,

I was experiencing problems with SWFObject 2.1 and Internet Explorer 6
at work so I created a barebone test page to check if the library was
working.

Here's the code:

<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/
swfobject.js"></script>
</head>
<body>
<div id="placeholder"><img src="http://some.url.of/mine.gif";></div>
<script type="text/javascript">
        var params = {menu:"false", quality:"high", salign:"l",
wmode:"opaque", allowscriptaccess:"always"};
        var attributes = {align:"left"};
        swfobject.embedSWF("http://some.url.of/mine.swf","placeholder";, 500,
250, "9.0.0", false, {}, params, attributes);
</script>
</body>
</html>

The two URIs are valid, I just replaced them to preserve my company's
anonymity.

The problem is, this doesn't work as expected, since all I can see in
the end is the alternative content (my .gif).
Is there a reason as to why it's not working? Compatibility issues? Is
Internet Explorer 6 still supported?

Thanks.

Regards,

Bertrand.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to