We have this player working in all major browsers but 2.0. I know 2.0 is not used much but if there is a quick fix to this it would be best to fix it. The URL is here. http://thatswhatimeant.com/dualplayer/ThePlayer/?user=thisuser&sync=bob
The embed 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" lang="en" xml:lang="en"> <head> <title>Play</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="../../swfobject/ swfobject.js"></script> <script type="text/javascript"> swfobject.switchOffAutoHideShow(); swfobject.registerObject("myid", "9.0.115"); </script> </head> <body> <div> <object id="myid" classid="clsid:D27CDB6E- AE6D-11cf-96B8-444553540000" width="900" height="600"> <param name="movie" value="dualPlayer.swf? user=thisuser&sync=bob" /> <param name="allowFullScreen" value="true" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="dualPlayer.swf?user=thisuser&sync=bob" width="900" height="600"> <param name="allowFullScreen" value="true" /> <!--<![endif]--> <p>You need Flash Player 9 or later.</p> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </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.
