Hmmmm.

I fixed up the ID issue (and W3C validation on the <a> tag) on a test page,
but if you have 2 of these components on page then I can replicate that the
link is not navigated to. If either one is not written to the page, then the
link works.

Can you please try to insert the Flash files via normal <object/embed> from
the Flash IDE etc on another test page and see if the issue still happens. I
have a suspicion that this is a Flash bug rather than a SWFObject one (but
happy to be shown otherwise)


Cheers,
Aran

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Rossi
Sent: Friday, 20 February 2009 9:22 AM
To: SWFObject
Subject: Problems with two SWFs on one page in IE 7 Win


The SWFs are playing fine. However...

I am having a problem where I have two SWFs playing on one HTML page.
My problem is that Internet Explorer 7, on Windows XP, will not let
the user click on a link (go to another page) until at least one of
the SWFs load. If you click on a link it just hangs, until one SWF
loads completely. These are SWF playing FLVs using the default Flash
Player controls.

Any ideas? Thanks-
|rossi|


Test Link:
http://www.reactionstudios.biz/bottlerocket/m3TEST/M3_Video_TEST.html


Code:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
<head>
<title></title>
                <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
                <script type="text/javascript" src="swfobject.js"></
script>
                <script type="text/javascript">
                        var flashvars = {};
                        var params = {};
                        params.play = "false";
                        params.loop = "false";
                        params.menu = "false";
                        params.quality = "best";
                        params.scale = "noscale";
                        params.allowfullscreen = "true";
                        var attributes = {};
                        attributes.id = "M3_V01";
                        swfobject.embedSWF("M3_Video_01.swf",
"flashDiv1", "250", "235",
"9.0.0", "expressInstall.swf", flashvars, params, attributes);
                        swfobject.embedSWF("M3_Video_02.swf",
"flashDiv2", "595", "385",
"9.0.0", "expressInstall.swf", flashvars, params, attributes);
                </script>
</head>
<body>
<a href="../M3TEST/news_articles.html">TEST LINK</a>
    <div id="flashDiv1">
                        <a href="http://www.adobe.com/go/
getflashplayer">
                                <img src="http://www.adobe.com/images/
shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a></div>


        <div id="flashDiv2">
                        <a href="http://www.adobe.com/go/
getflashplayer">
                                <img src="http://www.adobe.com/images/
shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a></div>


</body>
</html>




--~--~---------~--~----~------------~-------~--~----~
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